Author: veithen
Date: Sat Oct 13 13:12:47 2012
New Revision: 1397826
URL: http://svn.apache.org/viewvc?rev=1397826&view=rev
Log:
Renamed axis Maven module to axis-rt-core.
Added:
axis/axis1/java/trunk/axis-rt-core/
- copied from r1397824, axis/axis1/java/trunk/axis/
Removed:
axis/axis1/java/trunk/axis/
Modified:
axis/axis1/java/trunk/axis-ant/pom.xml
axis/axis1/java/trunk/axis-jms/pom.xml
axis/axis1/java/trunk/axis-rt-core/pom.xml
axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml
axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml
axis/axis1/java/trunk/axis-standalone-server/pom.xml
axis/axis1/java/trunk/axis-war/pom.xml
axis/axis1/java/trunk/distribution/pom.xml
axis/axis1/java/trunk/integration/pom.xml
axis/axis1/java/trunk/interop/pom.xml
axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/writeStubToTestSources/pom.xml
axis/axis1/java/trunk/maven/pom.xml
axis/axis1/java/trunk/pom.xml
axis/axis1/java/trunk/samples/attachments-sample/pom.xml
axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml
axis/axis1/java/trunk/samples/echo-sample/pom.xml
axis/axis1/java/trunk/samples/encoding-sample/pom.xml
axis/axis1/java/trunk/samples/faults-sample/pom.xml
axis/axis1/java/trunk/samples/handler-sample/pom.xml
axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml
axis/axis1/java/trunk/samples/jaxm-sample/pom.xml
axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml
axis/axis1/java/trunk/samples/message-sample/pom.xml
axis/axis1/java/trunk/samples/misc-sample/pom.xml
axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml
axis/axis1/java/trunk/samples/proxy-sample/pom.xml
axis/axis1/java/trunk/samples/stock-sample/pom.xml
axis/axis1/java/trunk/samples/transport-sample/pom.xml
Modified: axis/axis1/java/trunk/axis-ant/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-ant/pom.xml (original)
+++ axis/axis1/java/trunk/axis-ant/pom.xml Sat Oct 13 13:12:47 2012
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/axis-jms/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-jms/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-jms/pom.xml (original)
+++ axis/axis1/java/trunk/axis-jms/pom.xml Sat Oct 13 13:12:47 2012
@@ -40,7 +40,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/axis-rt-core/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-core/pom.xml?rev=1397826&r1=1397824&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-core/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-core/pom.xml Sat Oct 13 13:12:47 2012
@@ -25,8 +25,8 @@
<version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>axis</artifactId>
- <name>Axis :: Core</name>
+ <artifactId>axis-rt-core</artifactId>
+ <name>Axis Runtime Core</name>
<url>${baseUrl}/core</url>
<distributionManagement>
<site>
Modified: axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-databinding-castor/pom.xml Sat Oct 13
13:12:47 2012
@@ -40,7 +40,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-transports-http-javanet/pom.xml Sat Oct 13
13:12:47 2012
@@ -40,7 +40,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/axis-standalone-server/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-standalone-server/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-standalone-server/pom.xml (original)
+++ axis/axis1/java/trunk/axis-standalone-server/pom.xml Sat Oct 13 13:12:47
2012
@@ -40,7 +40,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/axis-war/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-war/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-war/pom.xml (original)
+++ axis/axis1/java/trunk/axis-war/pom.xml Sat Oct 13 13:12:47 2012
@@ -31,7 +31,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/distribution/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/distribution/pom.xml (original)
+++ axis/axis1/java/trunk/distribution/pom.xml Sat Oct 13 13:12:47 2012
@@ -34,7 +34,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/interop/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop/pom.xml (original)
+++ axis/axis1/java/trunk/interop/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Modified: axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml Sat Oct 13
13:12:47 2012
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Modified: axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml Sat Oct 13
13:12:47 2012
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Modified: axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml Sat Oct 13
13:12:47 2012
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Modified:
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/writeStubToTestSources/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/writeStubToTestSources/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
---
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/writeStubToTestSources/pom.xml
(original)
+++
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/it/writeStubToTestSources/pom.xml
Sat Oct 13 13:12:47 2012
@@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>@project.groupId@</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>@project.version@</version>
</dependency>
</dependencies>
Modified: axis/axis1/java/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/pom.xml (original)
+++ axis/axis1/java/trunk/maven/pom.xml Sat Oct 13 13:12:47 2012
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
<exclusions>
<!-- commons-logging is replaced by ulog -->
Modified: axis/axis1/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sat Oct 13 13:12:47 2012
@@ -57,7 +57,7 @@
</mailingLists>
<inceptionYear>2000</inceptionYear>
<modules>
- <module>axis</module>
+ <module>axis-rt-core</module>
<module>axis-jaxrpc</module>
<module>axis-saaj</module>
<module>axis-ant</module>
Modified: axis/axis1/java/trunk/samples/attachments-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/attachments-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/attachments-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/attachments-sample/pom.xml Sat Oct 13
13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/echo-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/echo-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/echo-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/echo-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/encoding-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/encoding-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/encoding-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/encoding-sample/pom.xml Sat Oct 13 13:12:47
2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/faults-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/faults-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/faults-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/faults-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/handler-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/handler-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/handler-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/handler-sample/pom.xml Sat Oct 13 13:12:47
2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml Sat Oct 13
13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/jaxm-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jaxm-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jaxm-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jaxm-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/message-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/message-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/message-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/message-sample/pom.xml Sat Oct 13 13:12:47
2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/misc-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/misc-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/misc-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/misc-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml Sat Oct 13 13:12:47
2012
@@ -36,7 +36,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/proxy-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/proxy-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/proxy-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/proxy-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/stock-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/stock-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/stock-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/stock-sample/pom.xml Sat Oct 13 13:12:47 2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: axis/axis1/java/trunk/samples/transport-sample/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/transport-sample/pom.xml?rev=1397826&r1=1397825&r2=1397826&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/transport-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/transport-sample/pom.xml Sat Oct 13 13:12:47
2012
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis</artifactId>
+ <artifactId>axis-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>