Author: azeez
Date: Sun Mar 13 11:51:18 2011
New Revision: 1081083

URL: http://svn.apache.org/viewvc?rev=1081083&view=rev
Log:
Downgrading to Tribes 6.0.16 because Axis2 is still stuck with JDK 15


Modified:
    axis/axis2/java/core/trunk/modules/clustering/pom.xml
    axis/axis2/java/core/trunk/modules/parent/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=1081083&r1=1081082&r2=1081083&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/clustering/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/clustering/pom.xml Sun Mar 13 11:51:18 
2011
@@ -56,11 +56,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>
-            <artifactId>tomcat-tribes</artifactId>
+            <artifactId>tribes</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.tomcat.embed</groupId>
-            <artifactId>tomcat-embed-logging-juli</artifactId>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>juli</artifactId>
         </dependency>
     </dependencies>
     <scm>

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1081083&r1=1081082&r2=1081083&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Mar 13 11:51:18 2011
@@ -112,7 +112,7 @@
         <stax.impl.artifact>wstx-asl</stax.impl.artifact>
         <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
         <stax.impl.version>3.2.9</stax.impl.version>
-        <tomcat.version>7.0.8</tomcat.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.3.0</xmlbeans.version>
@@ -472,12 +472,12 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
-                <artifactId>tomcat-tribes</artifactId>
+                <artifactId>tribes</artifactId>
                 <version>${tomcat.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.tomcat.embed</groupId>
-                <artifactId>tomcat-embed-logging-juli</artifactId>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>juli</artifactId>
                 <version>${tomcat.version}</version>
             </dependency>
             <dependency>


Reply via email to