Ignore ow2.asm, it's provided 58/51458/1
authorStephen Kitt <skitt@redhat.com>
Mon, 6 Feb 2017 10:24:52 +0000 (11:24 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 6 Feb 2017 10:39:07 +0000 (11:39 +0100)
Change-Id: I815efb3e6e274a908f683bf0b5bd0ce7a7d5904b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/odl-akka-clustering-2.4/pom.xml
features4/odl-akka-clustering-2.4/pom.xml

index 4df2ca01836d73cacda4bca0b48a2ca1f742ded5..03ba67b185bac245fb5539526d7548a00b96841f 100644 (file)
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-distributed-data-experimental_${scala.version}</artifactId>
+            <exclusions>
+                <!-- ow2.asm is provided -->
+                <exclusion>
+                    <groupId>org.ow2.asm</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 
index 8ec4c8cd224320c2518b1e4469e7f83fff892ca7..eed50a52e85f11648c553eb76987170e169bf30a 100644 (file)
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-distributed-data-experimental_${scala.version}</artifactId>
+            <exclusions>
+                <!-- ow2.asm is provided -->
+                <exclusion>
+                    <groupId>org.ow2.asm</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>