Author: veithen
Date: Sun Oct 31 20:15:24 2010
New Revision: 1029484

URL: http://svn.apache.org/viewvc?rev=1029484&view=rev
Log:
Getting rid of the java.net repository. It is causing some strange issue in the 
Hudson build.

Modified:
    axis/axis2/java/transports/trunk/modules/mail/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1029484&r1=1029483&r2=1029484&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Sun Oct 31 20:15:24 
2010
@@ -106,19 +106,11 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-        <id>java.net</id>
-        <name>Java.net Maven 2 Repository</name>
-        <url>http://download.java.net/maven/2</url>
-    </repository>
-  </repositories>
-
   <dependencies>
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.1</version>
     </dependency>
 
     <dependency>


Reply via email to