[jboss-cvs] Picketlink SVN: r214 - in federation/trunk/picketlink-fed-core: src/test/resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 27 14:47:20 EDT 2010


Author: sguilhen at redhat.com
Date: 2010-04-27 14:47:20 -0400 (Tue, 27 Apr 2010)
New Revision: 214

Removed:
   federation/trunk/picketlink-fed-core/src/test/resources/endorsed/
Modified:
   federation/trunk/picketlink-fed-core/pom.xml
Log:
removed depedency on jbossws-native as tests can rely on the JDK default impl classes

Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml	2010-04-27 12:41:20 UTC (rev 213)
+++ federation/trunk/picketlink-fed-core/pom.xml	2010-04-27 18:47:20 UTC (rev 214)
@@ -21,9 +21,6 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <properties>
-       <java.endorsed.dirs>${basedir}/src/test/resources/endorsed</java.endorsed.dirs>
-   </properties>
    <build>
      <plugins>
        <plugin>
@@ -37,7 +34,6 @@
               <include>**/**TestCase.java</include>
             </includes>
             <forkMode>pertest</forkMode>
-            <argLine>-Djava.endorsed.dirs=${basedir}/src/test/resources/endorsed</argLine>
             <useFile>false</useFile>
             <trimStackTrace>false</trimStackTrace>
            </configuration>
@@ -56,6 +52,14 @@
         <artifactId>openid4java</artifactId>
       </dependency>
       <dependency>
+        <groupId>apache-log4j</groupId>
+        <artifactId>log4j</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.apache</groupId>
+        <artifactId>xmlsec</artifactId>
+      </dependency>
+      <dependency>
         <groupId>sun-jaxws</groupId>
         <artifactId>jaxws-api</artifactId>
         <version>2.1.1</version>
@@ -91,18 +95,6 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>org.jboss.ws.native</groupId>
-         <artifactId>jbossws-native-client</artifactId>
-         <version>3.1.2.SP3</version>
-         <scope>test</scope>
-         <exclusions>
-           <exclusion>
-             <groupId>xml-apis</groupId>
-             <artifactId>xml-apis</artifactId>
-           </exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-common-core</artifactId>
         <version>2.2.14.GA</version>
@@ -114,6 +106,18 @@
         <version>1.1</version>
         <scope>test</scope>
       </dependency>
+       <dependency>
+        <groupId>apache-xalan</groupId>
+        <artifactId>xalan</artifactId>
+        <version>2.7.1.patch01-brew</version>
+        <scope>test</scope>
+      </dependency>
+       <dependency>
+        <groupId>apache-xalan</groupId>
+        <artifactId>serializer</artifactId>
+        <version>2.7.1.patch01-brew</version>
+        <scope>test</scope>
+      </dependency>
    </dependencies>
    
    <reporting>




More information about the jboss-cvs-commits mailing list