[picketlink-commits] Picketlink SVN: r1208 - integration-tests/branches/product/picketlink-saml-tests.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Thu Sep 8 07:12:26 EDT 2011


Author: pskopek at redhat.com
Date: 2011-09-08 07:12:25 -0400 (Thu, 08 Sep 2011)
New Revision: 1208

Modified:
   integration-tests/branches/product/picketlink-saml-tests/pom.xml
Log:
adding xerces from eap to client side classpath

Modified: integration-tests/branches/product/picketlink-saml-tests/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-saml-tests/pom.xml	2011-09-08 11:11:49 UTC (rev 1207)
+++ integration-tests/branches/product/picketlink-saml-tests/pom.xml	2011-09-08 11:12:25 UTC (rev 1208)
@@ -10,7 +10,7 @@
    <packaging>jar</packaging>
    <name>PicketLink Integration Tests for SAML - Tests</name>
    <url>http://labs.jboss.org/portal/picketlink/</url>
-   <description>PicketLink Federation Tests to be run in a continous integration environment such as Hudson</description>
+   <description>PicketLink Federation Tests to be run in a continuous integration environment such as Hudson</description>
    <licenses>
       <license>
          <name>lgpl</name>
@@ -77,7 +77,7 @@
         <groupId>apache-xerces</groupId>
         <artifactId>xercesImpl</artifactId>
         <version>2.9.1</version>
-        <scope>test</scope>
+        <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>ant-contrib</groupId>



More information about the picketlink-commits mailing list