diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |