You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2008/03/14 23:10:00 UTC

svn commit: r637291 - /servicemix/smx3/branches/servicemix-3.2/pom.xml

Author: ccustine
Date: Fri Mar 14 15:09:59 2008
New Revision: 637291

URL: http://svn.apache.org/viewvc?rev=637291&view=rev
Log:
SM-1273 Add repository entry for java.net dependencies

Modified:
    servicemix/smx3/branches/servicemix-3.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=637291&r1=637290&r2=637291&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Fri Mar 14 15:09:59 2008
@@ -626,6 +626,12 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <!-- Java.net -->
+        <repository>
+            <id>java.net</id>
+            <url>http://download.java.net/maven/1</url>
+            <layout>legacy</layout>
+        </repository>
     </repositories>
 
     <pluginRepositories>