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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 27 20:35:52 EDT 2010


Author: sguilhen at redhat.com
Date: 2010-04-27 20:35:51 -0400 (Tue, 27 Apr 2010)
New Revision: 216

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

Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml	2010-04-27 20:12:14 UTC (rev 215)
+++ federation/trunk/picketlink-fed-api/pom.xml	2010-04-28 00:35:51 UTC (rev 216)
@@ -34,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>
@@ -84,17 +83,17 @@
         <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>
+        <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>
       <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-common-core</artifactId>

Modified: federation/trunk/picketlink-fed-api/src/test/resources/log4j.xml
===================================================================
--- federation/trunk/picketlink-fed-api/src/test/resources/log4j.xml	2010-04-27 20:12:14 UTC (rev 215)
+++ federation/trunk/picketlink-fed-api/src/test/resources/log4j.xml	2010-04-28 00:35:51 UTC (rev 216)
@@ -21,7 +21,7 @@
   <!-- ================================= -->
 
   <!-- A time/date based rolling appender -->
-  <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
+  <appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
     <param name="File" value="${basedir}/target/test.log"/>
     <param name="Append" value="true"/>
 




More information about the jboss-cvs-commits mailing list