[jbossws-commits] JBossWS SVN: r16914 - in stack/cxf/trunk: modules/client and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 16 06:27:52 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-10-16 06:27:52 -0400 (Tue, 16 Oct 2012)
New Revision: 16914

Modified:
   stack/cxf/trunk/modules/client/pom.xml
   stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
   stack/cxf/trunk/pom.xml
Log:
remove unused/unsupported fastinfoset maven dependency

Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml	2012-10-16 09:18:40 UTC (rev 16913)
+++ stack/cxf/trunk/modules/client/pom.xml	2012-10-16 10:27:52 UTC (rev 16914)
@@ -141,10 +141,6 @@
       <artifactId>woodstox-core-asl</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.sun.xml.fastinfoset</groupId>
-      <artifactId>FastInfoset</artifactId>
-    </dependency>
-    <dependency>
       <groupId>asm</groupId>
       <artifactId>asm</artifactId>
     </dependency>

Modified: stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-16 09:18:40 UTC (rev 16913)
+++ stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-16 10:27:52 UTC (rev 16914)
@@ -49,7 +49,6 @@
               <include>org.apache.neethi:neethi:jar</include>
               <include>wsdl4j:wsdl4j:jar</include>
               <include>org.apache.ws.xmlschema:xmlschema-core:jar</include>
-              <include>com.sun.xml.fastinfoset:FastInfoset:jar</include>
               <include>org.apache.ws.security:wss4j:jar</include>
               <include>org.apache.santuario:xmlsec:jar</include>
               <include>asm:asm:jar</include>

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2012-10-16 09:18:40 UTC (rev 16913)
+++ stack/cxf/trunk/pom.xml	2012-10-16 10:27:52 UTC (rev 16914)
@@ -76,7 +76,6 @@
     <cxf.version>2.6.3</cxf.version>
     <cxf.asm.version>3.3.1</cxf.asm.version>
     <cxf.xjcplugins.version>2.6.0</cxf.xjcplugins.version>
-    <fastinfoset.api.version>1.2.9</fastinfoset.api.version>
     <jboss.common.core.version>2.2.17.GA</jboss.common.core.version>
     <jboss-logging.version>3.1.2.GA</jboss-logging.version>
     <jboss-logging-processor.version>1.0.3.Final</jboss-logging-processor.version>
@@ -927,11 +926,6 @@
         <version>${ejb.api.version}</version>
       </dependency>
       <dependency>
-        <groupId>com.sun.xml.fastinfoset</groupId>
-        <artifactId>FastInfoset</artifactId>
-        <version>${fastinfoset.api.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity</artifactId>
         <version>${velocity.version}</version>



More information about the jbossws-commits mailing list