Sumedha,

Jalopy is not needed on webapp! only used when we generate code.

thanks,
dims

On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: sumedha
Date: Wed Jul 25 04:04:32 2007
New Revision: 559395

URL: http://svn.apache.org/viewvc?view=rev&rev=559395
Log:
Fix for AXIS2-2962, Added few other missing libraries as well

Modified:
    webservices/axis2/branches/java/1_3/modules/webapp/pom.xml

Modified: webservices/axis2/branches/java/1_3/modules/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/webapp/pom.xml?view=diff&rev=559395&r1=559394&r2=559395
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/webapp/pom.xml Wed Jul 25 
04:04:32 2007
@@ -36,6 +36,76 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jibx</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                 <exclusion>
+                    <groupId>org.apache.ant</groupId>
+                    <artifactId>ant-launcher</artifactId>
+                </exclusion>
+                <exclusion>
+                   <groupId>org.apache.ant</groupId>
+                   <artifactId>ant</artifactId>
+                </exclusion>
+            </exclusions>
+       </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                 <exclusion>
+                    <groupId>org.apache.ant</groupId>
+                    <artifactId>ant-launcher</artifactId>
+                </exclusion>
+                <exclusion>
+                   <groupId>org.apache.ant</groupId>
+                   <artifactId>ant</artifactId>
+                </exclusion>
+            </exclusions>
+       </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jalopy</groupId>
+            <artifactId>jalopy</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-spring</artifactId>
+            <version>${version}</version>
+            <exclusions>
+               <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-core</artifactId>
+               </exclusion>
+               <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-beans</artifactId>
+               </exclusion>
+               <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-context</artifactId>
+               </exclusion>
+               <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-web</artifactId>
+               </exclusion>
+               <exclusion>
+                   <groupId>javax.servlet</groupId>
+                   <artifactId>servlet-api</artifactId>
+               </exclusion>
+             </exclusions>
+       </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-fastinfoset</artifactId>
+            <version>${version}</version>
+       </dependency>
+       <dependency>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
             <version>${version}</version>
             <exclusions>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to