Author: olamy
Date: Tue Aug 7 18:10:44 2012
New Revision: 1370407
URL: http://svn.apache.org/viewvc?rev=1370407&view=rev
Log:
no need of all of those stax api lib as we are now 1.6 required
Modified:
archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-role-manager/pom.xml
Modified:
archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-role-manager/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-role-manager/pom.xml?rev=1370407&r1=1370406&r2=1370407&view=diff
==============================================================================
---
archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-role-manager/pom.xml
(original)
+++
archiva/redback/redback-core/trunk/redback-rbac/redback-rbac-role-manager/pom.xml
Tue Aug 7 18:10:44 2012
@@ -46,21 +46,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
@@ -92,18 +77,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax</artifactId>
- <version>1.1.1-dev</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>xmlbeans</groupId>
- <artifactId>xmlbeans-jsr173-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>