add org.osgi.compendium to single-feature-parent 10/72910/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 12 Jun 2018 23:45:32 +0000 (01:45 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 13 Jun 2018 13:24:11 +0000 (13:24 +0000)
fixes SFT bug
java.lang.ClassNotFoundException:
org.osgi.service.resolver.ResolutionException

This now really fixes it (I've reproduced and verified it);
whereas the earlier Ifaa39b35d1975ccd2aec15f6ed56191637f43d73
actually had not.

Change-Id: Iebf8e8c7c72b787f8858d469944aef716b4c2830
JIRA: ODLPARENT-136
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
single-feature-parent/pom.xml

index e7b7d095eba5c264e80360bf2e19ca240a6b9136..f6400cfb8ca00b7c1b52012c9e184bdd34bf117b 100644 (file)
             <artifactId>slf4j-api</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <!-- required due to https://jira.opendaylight.org/browse/ODLPARENT-136 -->
+            <artifactId>org.osgi.compendium</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>