Author: veithen
Date: Thu Nov 12 23:01:51 2015
New Revision: 1714135

URL: http://svn.apache.org/viewvc?rev=1714135&view=rev
Log:
Include fom-impl in the binary distribution.

Modified:
    webservices/axiom/trunk/distribution/pom.xml
    webservices/axiom/trunk/distribution/src/main/assembly/bin.xml

Modified: webservices/axiom/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1714135&r1=1714134&r2=1714135&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Thu Nov 12 23:01:51 2015
@@ -74,6 +74,11 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>fom-impl</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>devguide</artifactId>
             <version>${project.version}</version>
             <type>pdf</type>

Modified: webservices/axiom/trunk/distribution/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/src/main/assembly/bin.xml?rev=1714135&r1=1714134&r2=1714135&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/src/main/assembly/bin.xml (original)
+++ webservices/axiom/trunk/distribution/src/main/assembly/bin.xml Thu Nov 12 
23:01:51 2015
@@ -68,6 +68,7 @@
             </includes>
             <excludes>
                 <exclude>*:axiom-all</exclude>
+                <exclude>org.apache.abdera:*</exclude>
                 <!-- This dependency should be considered as provided by the 
application code -->
                 <exclude>javax.xml.bind:jaxb-api</exclude>
                 <!-- This together with useTransitiveFiltering=true ensures 
that we don't include


Reply via email to