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:
parent
7090d1331c
commit
40fd997920
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user