Pull in osgi.core explicitly 68/51568/2
authorRobert Varga <rovarga@cisco.com>
Wed, 8 Feb 2017 16:26:03 +0000 (17:26 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 8 Feb 2017 17:26:40 +0000 (17:26 +0000)
Inherited scope runtime is not sufficient, as something
in the dependecies is causing us to compile against 4.3,
which does not have generics.

Change-Id: I7a4fda07f10859698892414b43ba64cbb6e5f3fb
Signed-off-by: Robert Varga <rovarga@cisco.com>
integration-tests/pom.xml

index 2fc1c81c1a50cfbd7baa8b4a4d430b3bed3b5a0d..c79862ffdb65d4748de91910c27af65dfe0f4d67 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
     </dependencies>
 
     <!--