mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 01:15:08 +00:00
* Adding snapshots.repository.codehaus.org so that plexus-spring can be found.
* Adding spring as default dependency. * Adding plexus-spring to depMgmt * Adding spring-context to depMgmt * Adding spring-web to depMgmt git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56ee435f9b
commit
6cd80fdabd
38
pom.xml
38
pom.xml
@ -145,6 +145,11 @@
|
||||
<module>archiva-docs</module>
|
||||
</modules>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
@ -314,6 +319,21 @@
|
||||
<artifactId>archiva-webdav</artifactId>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-spring</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>2.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>2.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
@ -528,6 +548,12 @@
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-slf4j-logging</artifactId>
|
||||
<version>1.1-alpha-1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
@ -888,6 +914,18 @@
|
||||
<wagon.version>1.0-rc1-SNAPSHOT</wagon.version>
|
||||
<redback.version>1.0-alpha-4</redback.version>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>snapshots.codehaus.org</id>
|
||||
<url>http://snapshots.repository.codehaus.org</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>apache.website</id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user