You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/07/16 21:01:51 UTC

svn commit: r556698 - in /webservices/axis2/trunk/java/modules: distribution/pom.xml parent/pom.xml

Author: dims
Date: Mon Jul 16 12:01:49 2007
New Revision: 556698

URL: http://svn.apache.org/viewvc?view=rev&rev=556698
Log:
** CONTROVERIAL COMMIT ** (?)

Let's please ship jalopy jar so that people have a better out-of-the-box experience with the generated code.


Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?view=diff&rev=556698&r1=556697&r2=556698
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Mon Jul 16 12:01:49 2007
@@ -215,6 +215,14 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>apache-activemq</artifactId>
         </dependency>
+        <dependency>
+            <groupId>jalopy</groupId>
+            <artifactId>jalopy</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=556698&r1=556697&r2=556698
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Mon Jul 16 12:01:49 2007
@@ -106,6 +106,7 @@
         <groovy.all.version>1.0-jsr-06</groovy.all.version>
         <intellij.version>5.0</intellij.version>
         <httpcore.version>4.0-alpha5</httpcore.version>
+        <jalopy.version>1.5rc3</jalopy.version>
         <jaxb.api.version>2.0</jaxb.api.version>
         <jaxbri.version>2.0.5</jaxbri.version>
         <jaxen.version>1.1.1</jaxen.version>
@@ -803,6 +804,11 @@
                 <artifactId>apache-activemq</artifactId>
                 <version>${activemq.version}</version>
             </dependency>
+			<dependency>
+				<groupId>jalopy</groupId>
+				<artifactId>jalopy</artifactId>
+                <version>${jalopy.version}</version>
+			</dependency>
         </dependencies>
     </dependencyManagement>
     <!-- Top level dependencies that will be needed in all sub mvn modules -->



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