remove not anymore needed dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1399147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-17 08:25:50 +00:00
parent 2ed3ade989
commit 588444b317
1 changed files with 0 additions and 16 deletions

View File

@ -34,22 +34,6 @@
<artifactId>redback-common-integrations</artifactId> <artifactId>redback-common-integrations</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<modules> <modules>