mirror of https://github.com/apache/archiva.git
spring 3.2.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1423877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2771c310a
commit
3143803202
|
@ -41,10 +41,10 @@
|
|||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-asm</artifactId>
|
||||
</dependency>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva.redback.components.cache</groupId>
|
||||
<artifactId>spring-cache-api</artifactId>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -76,7 +76,7 @@
|
|||
<slf4j.version>1.7.2</slf4j.version>
|
||||
<log4j.version>2.0-beta3</log4j.version>
|
||||
|
||||
<spring.version>3.1.3.RELEASE</spring.version>
|
||||
<spring.version>3.2.0.RELEASE</spring.version>
|
||||
|
||||
<javax.jcr.version>2.0</javax.jcr.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -1357,7 +1357,7 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-asm</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
|
@ -1367,7 +1367,7 @@
|
|||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue