aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stockhammer <martin.stockhammer@ars.de>2018-10-25 12:25:13 +0200
committerMartin Stockhammer <martin.stockhammer@ars.de>2018-10-25 12:25:13 +0200
commitf9e51398514ba244c8f188327605176d7587f747 (patch)
treeee9e5ca968c249c2aece3aee2cfd3e2b3c91dedb
parent8d78fe973511bf0dd689005b703a5aee7237fe07 (diff)
downloadarchiva-f9e51398514ba244c8f188327605176d7587f747.tar.gz
archiva-f9e51398514ba244c8f188327605176d7587f747.zip
Adding dependency exclude for asm
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8dc36444d..b7d998ad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,6 +389,10 @@
<artifactId>*</artifactId>
</exclusion>
<exclusion>
+ <groupId>asm</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.sonatype.sisu</groupId>
<artifactId>*</artifactId>
</exclusion>
@@ -1102,6 +1106,12 @@
<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>