You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/18 22:59:16 UTC

svn commit: r669291 - in /servicemix/components/shared-libraries/trunk: pom.xml servicemix-shared-compat/ servicemix-shared/pom.xml

Author: gnodet
Date: Wed Jun 18 13:59:16 2008
New Revision: 669291

URL: http://svn.apache.org/viewvc?rev=669291&view=rev
Log:
Get rid of the servicemix-shared-compat library: it's now merged into servicemix-shared

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

Modified: servicemix/components/shared-libraries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/pom.xml?rev=669291&r1=669290&r2=669291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/pom.xml Wed Jun 18 13:59:16 2008
@@ -41,7 +41,6 @@
 
   <modules>
     <module>servicemix-shared</module>
-    <module>servicemix-shared-compat</module>
   </modules>
 
 </project>

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=669291&r1=669290&r2=669291&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Wed Jun 18 13:59:16 2008
@@ -18,9 +18,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
   <modelVersion>4.0.0</modelVersion>
-
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>shared-libraries-pom</artifactId>
@@ -45,26 +43,30 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-soap</artifactId>
       <version>${servicemix-common-version}</version>
-    </dependency>
+    </dependency>    
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-soap2</artifactId>
       <version>${servicemix-common-version}</version>
-    </dependency>
+    </dependency>    
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.13</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>wsdl4j</groupId>
-      <artifactId>wsdl4j</artifactId>
-      <scope>provided</scope>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.servicemix</groupId>
+          <artifactId>servicemix-jbi</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>