restore 1.5 build

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1199161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-08 09:07:51 +00:00
parent 52b31a8ee9
commit ec34863713
1 changed files with 0 additions and 28 deletions

View File

@ -30,7 +30,6 @@
<properties> <properties>
<archiva.baseRestUrl /> <archiva.baseRestUrl />
<tomcatVersion>7.0.21</tomcatVersion>
<rest.admin.pwd /> <rest.admin.pwd />
<test.useTomcat>false</test.useTomcat> <test.useTomcat>false</test.useTomcat>
</properties> </properties>
@ -200,33 +199,6 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>${tomcatVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcatVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
<version>${tomcatVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
<version>${tomcatVersion}</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>