Author: gnodet
Date: Tue Apr 15 23:15:52 2008
New Revision: 648540

URL: http://svn.apache.org/viewvc?rev=648540&view=rev
Log:
Fix exclusions

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=648540&r1=648539&r2=648540&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Tue Apr 15 23:15:52 2008
@@ -338,12 +338,6 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-core</artifactId>
             <version>${activemq.version}</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>javax.xml</groupId>
-                                       <artifactId>jaxb-api</artifactId>
-                               </exclusion>
-                       </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.xbean</groupId>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=648540&r1=648539&r2=648540&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Apr 15 23:15:52 2008
@@ -306,6 +306,10 @@
                   <groupId>org.apache.geronimo.specs</groupId>
                   <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
               </exclusion>
+              <exclusion>
+                  <groupId>javax.xml</groupId>
+                  <artifactId>jaxb-api</artifactId>
+              </exclusion>
           </exclusions>
       </dependency>
       <dependency>


Reply via email to