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 su...@apache.org on 2007/07/25 13:04:36 UTC

svn commit: r559395 - /webservices/axis2/branches/java/1_3/modules/webapp/pom.xml

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org


Re: svn commit: r559395 - /webservices/axis2/branches/java/1_3/modules/webapp/pom.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Sumedha,

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

thanks,
dims

On 7/25/07, sumedha@apache.org <su...@apache.org> 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: axis-cvs-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>


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

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org