svn commit: r834312 - /webservices/sandesha/trunk/java/modules/samples/pom.xml
[email protected] Tue, 10 Nov 2009 02:41:36 -0000
| Newsgroups | gmane.comp.apache.webservices.fx.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: dims
Date: Tue Nov 10 02:41:35 2009
New Revision: 834312
URL: http://svn.apache.org/viewvc?rev=834312&view=rev
Log:
fix the artifact id
Modified:
webservices/sandesha/trunk/java/modules/samples/pom.xml
Modified: webservices/sandesha/trunk/java/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/samples/pom.xml?rev=834312&r1=834311&r2=834312&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/samples/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/samples/pom.xml Tue Nov 10 02:41:35 2009
@@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
- <artifactId>axis2-transports</artifactId>
+ <artifactId>axis2-transport-http</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>