Author: gnodet
Date: Mon May 14 06:47:04 2007
New Revision: 537840
URL: http://svn.apache.org/viewvc?view=rev&rev=537840
Log:
Use new repo and use org.apache.ws:wsif instead of
org.apache.servicemix.dependencies.wsif
Modified:
incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml
incubator/servicemix/branches/servicemix-3.1/pom.xml
Modified:
incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml?view=diff&rev=537840&r1=537839&r2=537840
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/common/servicemix-components/pom.xml
Mon May 14 06:47:04 2007
@@ -73,12 +73,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>
@@ -176,16 +176,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/branches/servicemix-3.1/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/pom.xml?view=diff&rev=537840&r1=537839&r2=537840
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/pom.xml Mon May 14 06:47:04
2007
@@ -342,7 +342,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>
@@ -375,7 +375,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>
</pluginRepositories>
@@ -558,12 +558,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>