This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit f9e51398514ba244c8f188327605176d7587f747
Author: Martin Stockhammer <martin.stockham...@ars.de>
AuthorDate: Thu Oct 25 12:25:13 2018 +0200

    Adding dependency exclude for asm
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8dc3644..b7d998a 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>

Reply via email to