Author: rotty3000
Date: Thu Nov 15 19:30:15 2018
New Revision: 1846674

URL: http://svn.apache.org/viewvc?rev=1846674&view=rev
Log:
ARIES-1862 Remove superfluous transitive dependencies from spifly dynamic.bundle

Modified:
    aries/trunk/spi-fly/spi-fly-dynamic-bundle/pom.xml

Modified: aries/trunk/spi-fly/spi-fly-dynamic-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/spi-fly/spi-fly-dynamic-bundle/pom.xml?rev=1846674&r1=1846673&r2=1846674&view=diff
==============================================================================
--- aries/trunk/spi-fly/spi-fly-dynamic-bundle/pom.xml (original)
+++ aries/trunk/spi-fly/spi-fly-dynamic-bundle/pom.xml Thu Nov 15 19:30:15 2018
@@ -54,16 +54,19 @@
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm</artifactId>
             <version>7.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-commons</artifactId>
             <version>7.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-util</artifactId>
             <version>7.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.spifly</groupId>


Reply via email to