Fixing OsgiBundleTest

Motivation:

Twitter hpack is no longer a dependency so the test fails.

Modifications:

Removed the reference to twitter hpack.

Result:

It builds.
This commit is contained in:
nmittler 2016-01-22 10:49:04 -08:00
parent 7090d1331c
commit 40fd997920

View File

@ -90,7 +90,6 @@ public class OsgiBundleTest {
options.addAll(Arrays.asList(junitBundles()));
options.add(mavenBundle("com.barchart.udt", "barchart-udt-bundle").versionAsInProject());
options.add(mavenBundle("com.twitter", "hpack").versionAsInProject());
options.add(wrappedBundle(mavenBundle("org.rxtx", "rxtx").versionAsInProject()));
for (String name : BUNDLES) {