]> source.dussan.org Git - archiva.git/commitdiff
Adding dependency exclude for asm
authorMartin Stockhammer <martin.stockhammer@ars.de>
Thu, 25 Oct 2018 10:25:13 +0000 (12:25 +0200)
committerMartin Stockhammer <martin.stockhammer@ars.de>
Thu, 25 Oct 2018 10:25:13 +0000 (12:25 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 8dc36444d1d6cef9a0342a0bcaa72961236d9684..b7d998ad213682c2b0fba104a11e235f878109d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>*</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>asm</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
+           <exclusion>
             <groupId>org.sonatype.sisu</groupId>
             <artifactId>*</artifactId>
           </exclusion>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity</artifactId>
         <version>1.7</version>
+        <exclusions>
+          <exclusion>
+            <groupId>asm</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.archiva.redback</groupId>