You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/08/06 11:35:51 UTC

svn commit: r1837506 - in /axis/axis2/java/core/trunk: modules/clustering/pom.xml pom.xml

Author: veithen
Date: Mon Aug  6 11:35:51 2018
New Revision: 1837506

URL: http://svn.apache.org/viewvc?rev=1837506&view=rev
Log:
Move the tomcat.version property to the axis2-clustering module because it's only used there.

Modified:
    axis/axis2/java/core/trunk/modules/clustering/pom.xml
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering/pom.xml?rev=1837506&r1=1837505&r2=1837506&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/clustering/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/clustering/pom.xml Mon Aug  6 11:35:51 2018
@@ -30,6 +30,9 @@
     <artifactId>axis2-clustering</artifactId>
     <name>Apache Axis2 - Clustering</name>
     <description>Axis2 Clustering module</description>
+    <properties>
+        <tomcat.version>6.0.16</tomcat.version>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>org.apache.axis2</groupId>
@@ -62,10 +65,12 @@
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>tribes</artifactId>
+            <version>${tomcat.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>juli</artifactId>
+            <version>${tomcat.version}</version>
         </dependency>
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1837506&r1=1837505&r2=1837506&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Mon Aug  6 11:35:51 2018
@@ -543,7 +543,6 @@
         <servlet.api.version>2.3</servlet.api.version>
         <slf4j.version>1.7.22</slf4j.version>
         <spring.version>2.5.1</spring.version>
-        <tomcat.version>6.0.16</tomcat.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xalan.version>2.7.0</xalan.version>
         <xmlbeans.version>2.6.0</xmlbeans.version>
@@ -586,16 +585,6 @@
                 <version>${fi.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.tomcat</groupId>
-                <artifactId>tribes</artifactId>
-                <version>${tomcat.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.tomcat</groupId>
-                <artifactId>juli</artifactId>
-                <version>${tomcat.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>xml-resolver</groupId>
                 <artifactId>xml-resolver</artifactId>
                 <version>${xml_resolver.version}</version>