You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by am...@apache.org on 2008/12/23 07:28:28 UTC

svn commit: r728883 - /webservices/axis2/trunk/java/modules/samples/book/pom.xml

Author: amilas
Date: Mon Dec 22 22:28:28 2008
New Revision: 728883

URL: http://svn.apache.org/viewvc?rev=728883&view=rev
Log:
Applied the patch for AXIS2-4181

Modified:
    webservices/axis2/trunk/java/modules/samples/book/pom.xml

Modified: webservices/axis2/trunk/java/modules/samples/book/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/book/pom.xml?rev=728883&r1=728882&r2=728883&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/book/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/book/pom.xml Mon Dec 22 22:28:28 2008
@@ -104,11 +104,27 @@
             <artifactId>geronimo-javamail_1.4_spec</artifactId>
             <version>1.2</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>1.0.1</version>
-        </dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-activation_1.1_spec</artifactId>
+			<version>1.0.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-transport-http</artifactId>
+			<version>SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-transport-tcp</artifactId>
+			<version>SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-transport-local</artifactId>
+			<version>SNAPSHOT</version>
+		</dependency>
+
        </dependencies>
 
     <build>