diff --git a/pom.xml b/pom.xml index c9e08c6b3f..f1a889207a 100644 --- a/pom.xml +++ b/pom.xml @@ -586,7 +586,7 @@ com.twitter hpack - 0.10.1 + 0.11.0 org.eclipse.jetty.npn @@ -971,7 +971,7 @@ javax.net.ssl.SSLEngine javax.net.ssl.X509ExtendedTrustManager - + java.util.concurrent.ConcurrentLinkedDeque @@ -1466,4 +1466,3 @@ - diff --git a/testsuite-osgi/src/test/java/io/netty/osgitests/OsgiBundleTest.java b/testsuite-osgi/src/test/java/io/netty/osgitests/OsgiBundleTest.java index 311274f831..5e8218aec8 100644 --- a/testsuite-osgi/src/test/java/io/netty/osgitests/OsgiBundleTest.java +++ b/testsuite-osgi/src/test/java/io/netty/osgitests/OsgiBundleTest.java @@ -90,7 +90,7 @@ public class OsgiBundleTest { options.addAll(Arrays.asList(junitBundles())); options.add(mavenBundle("com.barchart.udt", "barchart-udt-bundle").versionAsInProject()); - options.add(wrappedBundle(mavenBundle("com.twitter", "hpack").versionAsInProject())); + options.add(mavenBundle("com.twitter", "hpack").versionAsInProject()); options.add(wrappedBundle(mavenBundle("org.rxtx", "rxtx").versionAsInProject())); for (String name : BUNDLES) { @@ -106,4 +106,3 @@ public class OsgiBundleTest { assertFalse("At least one bundle needs to be tested", BUNDLES.isEmpty()); } } -