[jboss-cvs] Picketlink SVN: r1209 - integration-tests/branches/product/picketlink-saml-eap5.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 8 07:13:23 EDT 2011
Author: pskopek at redhat.com
Date: 2011-09-08 07:13:23 -0400 (Thu, 08 Sep 2011)
New Revision: 1209
Modified:
integration-tests/branches/product/picketlink-saml-eap5/pom.xml
Log:
fixing client side classpath for PL int SAML eap5
Modified: integration-tests/branches/product/picketlink-saml-eap5/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-saml-eap5/pom.xml 2011-09-08 11:12:25 UTC (rev 1208)
+++ integration-tests/branches/product/picketlink-saml-eap5/pom.xml 2011-09-08 11:13:23 UTC (rev 1209)
@@ -6,7 +6,7 @@
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>picketlink-integration-saml-tests-EAP5</artifactId>
+ <artifactId>picketlink-integration-saml-tests-eap5</artifactId>
<packaging>jar</packaging>
<name>PicketLink Integration Tests for SAML - EAP 5.1</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
@@ -48,6 +48,11 @@
<argLine>-Djava.endorsed.dirs=${basedir}/../picketlink-saml-tests/src/test/resources/endorsed</argLine>
<useFile>false</useFile>
<trimStackTrace>false</trimStackTrace>
+ <classpathDependencyScopeExclude>compile</classpathDependencyScopeExclude>
+ <additionalClasspathElements>
+ <additionalClasspathElement>${eap-home}/common/lib/picketlink-core-${pl-version}.jar</additionalClasspathElement>
+ <additionalClasspathElement>${eap-home}/lib/endorsed/xercesImpl.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
<plugin>
@@ -117,7 +122,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>
@@ -128,7 +133,7 @@
<groupId>org.picketlink.product</groupId>
<artifactId>picketlink-core</artifactId>
<version>${pl-version}</version>
- <scope>test</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.picketlink</groupId>
More information about the jboss-cvs-commits
mailing list