Author: anil.saldhana(a)jboss.com
Date: 2011-01-24 11:50:28 -0500 (Mon, 24 Jan 2011)
New Revision: 644
Modified:
federation/trunk/parent/pom.xml
federation/trunk/picketlink-bindings-jboss/pom.xml
federation/trunk/picketlink-fed-api/pom.xml
federation/trunk/picketlink-fed-core/pom.xml
federation/trunk/picketlink-fed-model/pom.xml
federation/trunk/picketlink-web/pom.xml
Log:
cleanup deps
Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/parent/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -138,18 +138,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.1.9</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.1.9</version>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
<version>2.0.4</version>
Modified: federation/trunk/picketlink-bindings-jboss/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings-jboss/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/picketlink-bindings-jboss/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -74,7 +74,14 @@
<groupId>org.jboss.aop</groupId>
<artifactId>jboss-aop</artifactId>
<version>2.1.6.GA</version>
- <scope>compile</scope>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ </exclusion>
+ </exclusions>
+
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -83,9 +90,9 @@
</dependency>
<dependency>
<groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-javaee</artifactId>
- <version>5.0.0.CR1</version>
- <scope>provided</scope>
+ <artifactId>jboss-jacc-api</artifactId>
+ <version>1.1.0.GA</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/picketlink-fed-api/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -58,15 +58,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>sun-jaxws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.1.1</version>
- </dependency>
- <dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
</dependency>
Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/picketlink-fed-core/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -65,10 +65,6 @@
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
</dependency>
@@ -89,12 +85,6 @@
<artifactId>persistence-api</artifactId>
</dependency>
<dependency>
- <groupId>sun-jaxws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.1.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>annotations-api</artifactId>
<version>6.0.18</version>
Modified: federation/trunk/picketlink-fed-model/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-model/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/picketlink-fed-model/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -49,10 +49,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
</dependency>
Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml 2011-01-24 16:49:42 UTC (rev 643)
+++ federation/trunk/picketlink-web/pom.xml 2011-01-24 16:50:28 UTC (rev 644)
@@ -138,10 +138,6 @@
<artifactId>jbossxacml</artifactId>
</dependency>
<dependency>
- <groupId>sun-jaxb</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- <dependency>
<groupId>apache-log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>