Author: dkulp
Date: Fri Sep  4 16:20:04 2009
New Revision: 811468

URL: http://svn.apache.org/viewvc?rev=811468&view=rev
Log:
Make sure fastinfoset get packaged

Modified:
    cxf/trunk/distribution/bundle/all/pom.xml
    cxf/trunk/distribution/bundle/jaxrs/pom.xml
    cxf/trunk/distribution/bundle/minimal/pom.xml
    cxf/trunk/distribution/manifest/pom.xml
    cxf/trunk/distribution/pom.xml

Modified: cxf/trunk/distribution/bundle/all/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=811468&r1=811467&r2=811468&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/all/pom.xml (original)
+++ cxf/trunk/distribution/bundle/all/pom.xml Fri Sep  4 16:20:04 2009
@@ -242,6 +242,12 @@
             <artifactId>cxf-rt-javascript</artifactId>
             <version>${pom.version}</version>
         </dependency>
+        <dependency>
+               <groupId>com.sun.xml.fastinfoset</groupId>
+               <artifactId>FastInfoset</artifactId>
+               <optional>true</optional>
+          </dependency>
+
     </dependencies>
 
     <build>

Modified: cxf/trunk/distribution/bundle/jaxrs/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/pom.xml?rev=811468&r1=811467&r2=811468&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/distribution/bundle/jaxrs/pom.xml Fri Sep  4 16:20:04 2009
@@ -69,6 +69,11 @@
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
             <version>${pom.version}</version>
         </dependency>
+        <dependency>
+              <groupId>com.sun.xml.fastinfoset</groupId>
+              <artifactId>FastInfoset</artifactId>
+              <optional>true</optional>
+         </dependency>
 
         <dependency>
             <groupId>${pom.groupId}</groupId>

Modified: cxf/trunk/distribution/bundle/minimal/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=811468&r1=811467&r2=811468&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/pom.xml (original)
+++ cxf/trunk/distribution/bundle/minimal/pom.xml Fri Sep  4 16:20:04 2009
@@ -130,6 +130,11 @@
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
             <version>${pom.version}</version>
         </dependency> 
+        <dependency>
+               <groupId>com.sun.xml.fastinfoset</groupId>
+               <artifactId>FastInfoset</artifactId>
+               <optional>true</optional>
+          </dependency>
     </dependencies>
 
     <build>

Modified: cxf/trunk/distribution/manifest/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=811468&r1=811467&r2=811468&view=diff
==============================================================================
--- cxf/trunk/distribution/manifest/pom.xml (original)
+++ cxf/trunk/distribution/manifest/pom.xml Fri Sep  4 16:20:04 2009
@@ -270,6 +270,10 @@
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
         </dependency>
+        <dependency>
+             <groupId>com.sun.xml.fastinfoset</groupId>
+             <artifactId>FastInfoset</artifactId>
+        </dependency>
 
     </dependencies>
 

Modified: cxf/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=811468&r1=811467&r2=811468&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Fri Sep  4 16:20:04 2009
@@ -273,6 +273,11 @@
             <artifactId>commons-logging</artifactId>
         </dependency>
         <dependency>
+             <groupId>com.sun.xml.fastinfoset</groupId>
+             <artifactId>FastInfoset</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
         </dependency>


Reply via email to