Author: gnodet
Date: Tue Sep 5 02:53:23 2006
New Revision: 440310
URL: http://svn.apache.org/viewvc?view=rev&rev=440310
Log:
Cleanup poms a bit
Modified:
incubator/servicemix/trunk/apache-servicemix/pom.xml
incubator/servicemix/trunk/pom.xml
incubator/servicemix/trunk/servicemix-bpe/pom.xml
incubator/servicemix/trunk/servicemix-common/pom.xml
incubator/servicemix/trunk/servicemix-console/pom.xml
incubator/servicemix/trunk/servicemix-core/pom.xml
incubator/servicemix/trunk/servicemix-eip/pom.xml
incubator/servicemix/trunk/servicemix-http/pom.xml
incubator/servicemix/trunk/servicemix-itests/pom.xml
incubator/servicemix/trunk/servicemix-jms/pom.xml
incubator/servicemix/trunk/servicemix-jsr181/pom.xml
incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
incubator/servicemix/trunk/servicemix-sca/pom.xml
incubator/servicemix/trunk/servicemix-soap/pom.xml
incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
Modified: incubator/servicemix/trunk/apache-servicemix/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/apache-servicemix/pom.xml Tue Sep 5 02:53:23
2006
@@ -153,10 +153,6 @@
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
- <groupId>mx4j</groupId>
- <artifactId>mx4j-tools</artifactId>
- </dependency>
- <dependency>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
</dependency>
Modified: incubator/servicemix/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Tue Sep 5 02:53:23 2006
@@ -195,12 +195,9 @@
</scm>
<properties>
- <jaxws.tools.version>2.0EA3</jaxws.tools.version>
- <xfire.jsr181.api.version>1.0-M1</xfire.jsr181.api.version>
- <xfire.version>1.2</xfire.version>
+ <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
<xfire-version>1.2</xfire-version>
<mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
-
<xbean-version>2.6</xbean-version>
<spring-version>2.0-rc3</spring-version>
<activemq-version>4.0.2</activemq-version>
@@ -389,7 +386,7 @@
<!-- keep the central repo so that it is first tried -->
<repository>
<id>central</id>
- <url>http://ibiblio.org/maven2/</url>
+ <url>http://repo.mergere.com/maven2/</url>
</repository>
<!-- Dependencies not on central repo -->
<repository>
@@ -403,11 +400,6 @@
<name>ActiveMQ Maven2 Temp Repository</name>
<url>http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC3/maven2</url>
</repository>
- <!-- Jencks rep -->
- <repository>
- <id>codehaus-repo</id>
- <url>http://repository.codehaus.org</url>
- </repository>
</repositories>
<dependencies>
@@ -563,11 +555,6 @@
<version>2.0.1_IB3</version>
</dependency>
<dependency>
- <groupId>com.sun.xml</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.0EA3</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.1</version>
@@ -602,36 +589,14 @@
</exclusions>
</dependency>
<dependency>
- <groupId>com.sun.xml</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.0EA3</version>
- <exclusions>
- <exclusion>
- <groupId>javax.jws</groupId>
- <artifactId>jsr181-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.sun.xml</groupId>
- <artifactId>jaxws-tools</artifactId>
- <version>2.0EA3</version>
- <exclusions>
- <exclusion>
- <groupId>javax.jws</groupId>
- <artifactId>jsr181-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
+ <groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
- <version>2.0EA3</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>xfire</groupId>
<artifactId>xfire-jsr181-api</artifactId>
- <version>${xfire.jsr181.api.version}</version>
+ <version>${xfire-jsr181-api-version}</version>
</dependency>
<dependency>
@@ -700,31 +665,11 @@
<version>1.3</version>
</dependency>
<dependency>
- <groupId>backport175</groupId>
- <artifactId>backport175</artifactId>
- <version>1.0.RC1</version>
- </dependency>
- <dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
<version>${backport-util-concurrent-version}</version>
</dependency>
<dependency>
- <groupId>beehive</groupId>
- <artifactId>wsm</artifactId>
- <version>1.0-alpha</version>
- </dependency>
- <dependency>
- <groupId>berkeleydb</groupId>
- <artifactId>berkeleydb</artifactId>
- <version>1.5.1</version>
- </dependency>
- <dependency>
- <groupId>berkeleydb</groupId>
- <artifactId>berkeleydb-native</artifactId>
- <version>4.2</version>
- </dependency>
- <dependency>
<groupId>castor</groupId>
<artifactId>castor</artifactId>
<version>0.9.5.3</version>
@@ -887,16 +832,6 @@
<groupId>geronimo</groupId>
<artifactId>geronimo-activation</artifactId>
<version>${geronimo-version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-jelly</groupId>
- <artifactId>commons-jelly-tags-velocity</artifactId>
- </exclusion>
- <exclusion>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>geronimo</groupId>
@@ -1029,51 +964,11 @@
<version>1.7.3.3</version>
</dependency>
<dependency>
- <groupId>httpunit</groupId>
- <artifactId>httpunit</artifactId>
- <version>1.6</version>
- <exclusions>
- <exclusion>
- <groupId>jtidy</groupId>
- <artifactId>jtidy</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- </exclusion>
- <exclusion>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>janino</groupId>
<artifactId>janino</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
- <groupId>javacc</groupId>
- <artifactId>javacc</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-9</version>
@@ -1112,11 +1007,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>jdbm</groupId>
- <artifactId>jdbm</artifactId>
- <version>0.20-dev</version>
- </dependency>
- <dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
@@ -1137,26 +1027,6 @@
<version>${jetty-version}</version>
</dependency>
<dependency>
- <groupId>jgroups</groupId>
- <artifactId>jgroups</artifactId>
- <version>2.2.5</version>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock-cglib</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <groupId>jrms</groupId>
- <artifactId>jrms</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.1</version>
@@ -1167,11 +1037,6 @@
<version>3.8.1</version>
</dependency>
<dependency>
- <groupId>jxta</groupId>
- <artifactId>jxta</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
<groupId>lingo</groupId>
<artifactId>lingo</artifactId>
<version>1.0</version>
@@ -1228,11 +1093,6 @@
<version>1.2.12</version>
</dependency>
<dependency>
- <groupId>mule</groupId>
- <artifactId>mule</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
<version>3.0.1</version>
@@ -1243,21 +1103,6 @@
<version>3.0.1</version>
</dependency>
<dependency>
- <groupId>mx4j</groupId>
- <artifactId>mx4j-tools</artifactId>
- <version>3.0.1</version>
- </dependency>
- <dependency>
- <groupId>oro</groupId>
- <artifactId>oro</artifactId>
- <version>2.0.8</version>
- </dependency>
- <dependency>
- <groupId>p2psockets</groupId>
- <artifactId>p2psockets</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>pluto</artifactId>
<version>1.0.1</version>
@@ -1283,21 +1128,11 @@
<version>1.5.2</version>
</dependency>
<dependency>
- <groupId>regexp</groupId>
- <artifactId>regexp</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>0.5</version>
</dependency>
<dependency>
- <groupId>simple-jndi</groupId>
- <artifactId>simple-jndi</artifactId>
- <version>0.11.1</version>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>${spring-version}</version>
@@ -1313,26 +1148,6 @@
<version>1.1.1</version>
</dependency>
<dependency>
- <groupId>tomcat</groupId>
- <artifactId>jasper-compiler-jdt</artifactId>
- <version>5.5.9</version>
- </dependency>
- <dependency>
- <groupId>tomcat</groupId>
- <artifactId>jasper-compiler</artifactId>
- <version>5.0.28</version>
- </dependency>
- <dependency>
- <groupId>tomcat</groupId>
- <artifactId>jasper-runtime</artifactId>
- <version>5.5.9</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>1.4-rc1</version>
- </dependency>
- <dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>${woodstox-version}</version>
@@ -1363,12 +1178,6 @@
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
<version>${xbean-version}</version>
- <exclusions>
- <exclusion>
- <groupId>qdox</groupId>
- <artifactId>qdox</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -1378,7 +1187,7 @@
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-all</artifactId>
- <version>${xfire.version}</version>
+ <version>${xfire-version}</version>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
@@ -1429,7 +1238,7 @@
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-jaxb2</artifactId>
- <version>${xfire.version}</version>
+ <version>${xfire-version}</version>
<exclusions>
<exclusion>
<groupId>httpunit</groupId>
@@ -1472,7 +1281,7 @@
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-xmlbeans</artifactId>
- <version>${xfire.version}</version>
+ <version>${xfire-version}</version>
<exclusions>
<exclusion>
<groupId>httpunit</groupId>
@@ -1511,12 +1320,12 @@
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-castor</artifactId>
- <version>${xfire.version}</version>
+ <version>${xfire-version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-jibx</artifactId>
- <version>${xfire.version}</version>
+ <version>${xfire-version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Tue Sep 5 02:53:23 2006
@@ -37,21 +37,21 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-components</artifactId>
<scope>test</scope>
</dependency>
@@ -61,7 +61,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<scope>test</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-common/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-common/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-common/pom.xml Tue Sep 5 02:53:23
2006
@@ -36,12 +36,12 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-console/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-console/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/pom.xml Tue Sep 5 02:53:23
2006
@@ -34,11 +34,11 @@
<name>ServiceMix :: Console</name>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
</dependency>
<dependency>
Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Tue Sep 5 02:53:23 2006
@@ -35,11 +35,11 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-services</artifactId>
</dependency>
<dependency>
Modified: incubator/servicemix/trunk/servicemix-eip/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-eip/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-eip/pom.xml Tue Sep 5 02:53:23 2006
@@ -37,16 +37,16 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-services</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-http/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-http/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/pom.xml Tue Sep 5 02:53:23 2006
@@ -79,7 +79,7 @@
</build>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
@@ -116,12 +116,12 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-components</artifactId>
<scope>test</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-itests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-itests/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-itests/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-itests/pom.xml Tue Sep 5 02:53:23
2006
@@ -36,47 +36,47 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-services</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jsr181</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jms</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-wsn2005</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-eip</artifactId>
<scope>test</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jms/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Tue Sep 5 02:53:23 2006
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
@@ -59,12 +59,12 @@
<artifactId>geronimo-transaction</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-components</artifactId>
<scope>test</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Tue Sep 5 02:53:23
2006
@@ -36,7 +36,7 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<artifactId>jdom</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Tue Sep 5
02:53:23 2006
@@ -37,11 +37,11 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-sca/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/pom.xml Tue Sep 5 02:53:23 2006
@@ -43,7 +43,7 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
@@ -111,9 +111,8 @@
</dependency>
<dependency>
- <groupId>com.sun.xml</groupId>
+ <groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.0EA3</version>
</dependency>
<dependency>
@@ -122,7 +121,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-soap/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-soap/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-soap/pom.xml Tue Sep 5 02:53:23 2006
@@ -36,7 +36,7 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
</dependency>
<dependency>
@@ -50,7 +50,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?view=diff&rev=440310&r1=440309&r2=440310
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Tue Sep 5 02:53:23
2006
@@ -37,16 +37,16 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-components</artifactId>
<scope>test</scope>
</dependency>
@@ -65,7 +65,7 @@
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml</groupId>
+ <groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>