Author: fnasser(a)redhat.com
Date: 2009-12-09 20:50:49 -0500 (Wed, 09 Dec 2009)
New Revision: 11246
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
FastInfoset is needed by cxf-rt-bindings-coloc so add our own version where applicable
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2009-12-09 23:23:24 UTC
(rev 11245)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/client/pom.xml 2009-12-10 01:50:49 UTC
(rev 11246)
@@ -157,6 +157,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2009-12-09 23:23:24 UTC
(rev 11245)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/server/pom.xml 2009-12-10 01:50:49 UTC
(rev 11246)
@@ -148,6 +148,10 @@
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-ejb-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </dependency>
<!-- transitve dependencies -->
<dependency>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-09 23:23:24 UTC (rev 11245)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-10 01:50:49 UTC (rev 11246)
@@ -142,6 +142,12 @@
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>${fastinfoset.api.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- we just want javax.annotation 1.0 but it is in the ejb3 API JAR -->
<dependency>
<groupId>org.jboss.javaee</groupId>
@@ -403,14 +409,7 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Not needed if we use the original in the EAP
<dependency>
- <groupId>com.sun.xml.fastinfoset</groupId>
- <artifactId>FastInfoset</artifactId>
- <version>${fastinfoset.api.version}</version>
- </dependency>
- -->
- <dependency>
<groupId>apache-velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
Show replies by date