Author: gnodet
Date: Tue Jul  1 08:58:56 2008
New Revision: 673113

URL: http://svn.apache.org/viewvc?rev=673113&view=rev
Log:
Refine the content of servicemix-shared

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml?rev=673113&r1=673112&r2=673113&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml 
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Tue 
Jul  1 08:58:56 2008
@@ -55,10 +55,34 @@
       <version>${servicemix-version}</version>
       <exclusions>
         <exclusion>
+          <groupId>mx4j</groupId>
+          <artifactId>mx4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>mx4j</groupId>
+          <artifactId>mx4j-remote</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>activemq-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.servicemix</groupId>
           <artifactId>servicemix-jbi</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.xbean</groupId>
+          <artifactId>xbean-kernel</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.xbean</groupId>
+          <artifactId>xbean-server</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jencks</groupId>
+          <artifactId>jencks</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>xml-apis</groupId>
           <artifactId>xml-apis</artifactId>
         </exclusion>
@@ -68,6 +92,11 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 
   <build>


Reply via email to