Author: rotty3000
Date: Thu Oct 18 16:37:46 2018
New Revision: 1844262

URL: http://svn.apache.org/viewvc?rev=1844262&view=rev
Log:
FELIX-5969 remove transitive dependencies from gogo command

Modified:
    felix/trunk/gogo/command/pom.xml

Modified: felix/trunk/gogo/command/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/command/pom.xml?rev=1844262&r1=1844261&r2=1844262&view=diff
==============================================================================
--- felix/trunk/gogo/command/pom.xml (original)
+++ felix/trunk/gogo/command/pom.xml Thu Oct 18 16:37:46 2018
@@ -40,10 +40,12 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.cmpn</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>


Reply via email to