diff --git a/pom.xml b/pom.xml
index e8d7a24..7b68e6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,14 +8,15 @@
1.8
1.8
1.3.14
- 9.4.18.v20190429
+ 9.4.20.v20190813
+ 1.15
dropwizard-websockets
jar
2017
Dropwizard Websocket Support
3rd party bundle for dropwizard to enable websocket services.
- https://github.com/LivePersonInc/dropwizard-websockets
+ https://github.com/black-snow/dropwizard-websockets
The MIT License (MIT)
@@ -32,9 +33,9 @@
- https://github.com/LivePersonInc/dropwizard-websockets
- scm:git:https://github.com/LivePersonInc/dropwizard-websockets.git
- scm:git:https://github.com/LivePersonInc/dropwizard-websockets.git
+ https://github.com/black-snow/dropwizard-websockets
+ scm:git:https://github.com/black-snow/dropwizard-websockets.git
+ scm:git:https://github.com/black-snow/dropwizard-websockets.git
@@ -48,7 +49,6 @@
-
io.dropwizard
dropwizard-core
@@ -76,7 +76,7 @@
org.glassfish.tyrus.ext
tyrus-client-java8
- 1.12
+ ${tyrus.version}
test
@@ -88,7 +88,7 @@
org.glassfish.tyrus
tyrus-container-grizzly-client
- 1.12
+ ${tyrus.version}
test
@@ -124,7 +124,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.6
+ 1.6.8
true
ossrh
@@ -135,7 +135,7 @@
org.apache.maven.plugins
maven-source-plugin
- 2.4
+ 3.0.1
attach-sources
@@ -253,4 +253,4 @@
-
\ No newline at end of file
+
diff --git a/src/main/java/io/dropwizard/websockets/GeneralUtils.java b/src/main/java/io/dropwizard/websockets/GeneralUtils.java
index aaa81e8..78f4750 100644
--- a/src/main/java/io/dropwizard/websockets/GeneralUtils.java
+++ b/src/main/java/io/dropwizard/websockets/GeneralUtils.java
@@ -24,8 +24,6 @@
import java.util.function.Consumer;
import java.util.function.Supplier;
-import java.util.logging.Level;
-import java.util.logging.Logger;
public class GeneralUtils {