Author: anil.saldhana(a)jboss.com
Date: 2011-07-25 10:59:33 -0400 (Mon, 25 Jul 2011)
New Revision: 1121
Modified:
federation/trunk/picketlink-bindings/pom.xml
Log:
PLINK-48: mvn deps
Modified: federation/trunk/picketlink-bindings/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings/pom.xml 2011-07-25 14:55:56 UTC (rev 1120)
+++ federation/trunk/picketlink-bindings/pom.xml 2011-07-25 14:59:33 UTC (rev 1121)
@@ -124,6 +124,17 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbossxacml</artifactId>
+ <version>2.0.4</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>catalina</artifactId>
<version>6.0.18</version>
@@ -131,6 +142,12 @@
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
+ <artifactId>juli</artifactId>
+ <version>6.0.18</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
<artifactId>coyote</artifactId>
<version>6.0.18</version>
<scope>test</scope>
Show replies by date