mirror of https://github.com/apache/archiva.git
ensure we have only one velocity jar
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f27b17b032
commit
9af8fa3b56
|
@ -511,6 +511,10 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity-tools</artifactId>
|
||||
|
@ -525,6 +529,10 @@
|
|||
<groupId>velocity</groupId>
|
||||
<artifactId>velocity-dep</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>struts</groupId>
|
||||
<artifactId>struts</artifactId>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -899,6 +899,11 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.redback</groupId>
|
||||
<artifactId>redback-rbac-cached</artifactId>
|
||||
|
@ -1434,6 +1439,7 @@
|
|||
<exclude>commons-logging:commons-logging</exclude>
|
||||
<exclude>org.slf4j:jcl104-over-slf4j</exclude>
|
||||
<exclude>velocity:velocity-dep</exclude>
|
||||
<exclude>velocity:velocity</exclude>
|
||||
<exclude>classworlds:classworlds</exclude>
|
||||
<exclude>javax.transaction:jta</exclude>
|
||||
<exclude>javax.sql:jdbc-stdext</exclude>
|
||||
|
|
Loading…
Reference in New Issue