[jboss-cvs] Picketlink SVN: r768 - integration-tests/trunk/picketlink-sts-tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 22 21:27:19 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-02-22 21:27:19 -0500 (Tue, 22 Feb 2011)
New Revision: 768

Modified:
   integration-tests/trunk/picketlink-sts-tests/pom.xml
Log:
add exclusion

Modified: integration-tests/trunk/picketlink-sts-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-tests/pom.xml	2011-02-23 02:19:04 UTC (rev 767)
+++ integration-tests/trunk/picketlink-sts-tests/pom.xml	2011-02-23 02:27:19 UTC (rev 768)
@@ -143,6 +143,16 @@
          <classifier>jmx-invoker-adaptor-client</classifier>
          <version>5.1.0.GA</version>
          <scope>test</scope>
+         <exclusions>
+           <exclusion>
+             <groupId>trove</groupId>
+             <artifactId>trove</artifactId>
+           </exclusion>
+           <exclusion>
+             <groupId>wutka-dtdparser</groupId>
+             <artifactId>dtdparser121</artifactId>
+           </exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>org.jboss.jbossas</groupId>



More information about the jboss-cvs-commits mailing list