Author: gnodet
Date: Mon May 14 07:19:16 2007
New Revision: 537851
URL: http://svn.apache.org/viewvc?view=rev&rev=537851
Log:
Use org.apache.ws:wsif
Modified:
incubator/servicemix/trunk/common/servicemix-components/pom.xml
incubator/servicemix/trunk/pom.xml
Modified: incubator/servicemix/trunk/common/servicemix-components/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-components/pom.xml?view=diff&rev=537851&r1=537850&r2=537851
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/common/servicemix-components/pom.xml Mon May 14
07:19:16 2007
@@ -74,12 +74,12 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
+ <groupId>org.apache.ws</groupId>
<artifactId>wsif</artifactId>
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
+ <groupId>org.apache.ws</groupId>
<artifactId>wsif-j2c</artifactId>
<optional>true</optional>
</dependency>
@@ -177,16 +177,6 @@
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
- <artifactId>wsif</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
- <artifactId>wsif-j2c</artifactId>
<optional>true</optional>
</dependency>
<dependency>
Modified: incubator/servicemix/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=537851&r1=537850&r2=537851
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon May 14 07:19:16 2007
@@ -198,7 +198,7 @@
<mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
<xbean-version>3.0</xbean-version>
<spring-version>2.0.1</spring-version>
- <activemq-version>4.1-incubator-20070103</activemq-version>
+ <activemq-version>4.1.1</activemq-version>
<activeio-version>3.0.0-incubator</activeio-version>
<backport-util-concurrent-version>2.2</backport-util-concurrent-version>
<jencks-version>2.0</jencks-version>
@@ -248,6 +248,7 @@
</activation>
<modules>
<module>build</module>
+ <module>parent</module>
<module>core</module>
<module>common</module>
<module>tooling</module>
@@ -344,7 +345,7 @@
<repository>
<id>servicemix-m2-repo</id>
<name>Servicemix Maven2 Repository</name>
- <url>http://servicemix.org/m2-repo</url>
+
<url>http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo</url>
</repository>
<!-- Apache incubating -->
<repository>
@@ -401,7 +402,7 @@
<pluginRepository>
<id>servicemix-m2-repo</id>
<name>Servicemix Maven2 Repository</name>
- <url>http://servicemix.org/m2-repo</url>
+
<url>http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo</url>
</pluginRepository>
<!-- Apache incubating -->
<pluginRepository>
@@ -613,12 +614,12 @@
<version>1.0-pr</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
+ <groupId>org.apache.ws</groupId>
<artifactId>wsif</artifactId>
<version>2.0.1_IB3</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.dependencies</groupId>
+ <groupId>org.apache.ws</groupId>
<artifactId>wsif-j2c</artifactId>
<version>2.0.1_IB3</version>
</dependency>