add org.osgi.compendium to features-test 20/67220/1
authorMichael Vorburger <vorburger@redhat.com>
Tue, 16 Jan 2018 22:42:47 +0000 (23:42 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 16 Jan 2018 22:43:19 +0000 (23:43 +0100)
fixes SFT bug ODLPARENT-136
java.lang.ClassNotFoundException:
org.osgi.service.resolver.ResolutionException

Change-Id: Ifaa39b35d1975ccd2aec15f6ed56191637f43d73
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
features-test/pom.xml

index 7f72861db70d949dac80076f16d0ccd49c9c086e..3fb8cdf2cba8e78f3565fcba4aae90c46983542f 100644 (file)
             <artifactId>pax-url-aether</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <!-- required due to https://jira.opendaylight.org/browse/ODLPARENT-136 -->
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>standard</artifactId>