You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by rm...@apache.org on 2010/10/23 17:15:18 UTC

svn commit: r1026627 - /incubator/isis/trunk/viewer/restful/applib/pom.xml

Author: rmatthews
Date: Sat Oct 23 15:15:18 2010
New Revision: 1026627

URL: http://svn.apache.org/viewvc?rev=1026627&view=rev
Log:
fixes missing artifact problem

Modified:
    incubator/isis/trunk/viewer/restful/applib/pom.xml

Modified: incubator/isis/trunk/viewer/restful/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/restful/applib/pom.xml?rev=1026627&r1=1026626&r2=1026627&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/restful/applib/pom.xml (original)
+++ incubator/isis/trunk/viewer/restful/applib/pom.xml Sat Oct 23 15:15:18 2010
@@ -28,4 +28,15 @@
 			<artifactId>log4j</artifactId>
 		</dependency>
 	</dependencies>
+
+
+    <repositories>
+        <!-- The artifact in the maven repository has been moved and causes a build failure. Using this setting gets the artifact allowing the build to work.  This fix should hopefully be temporary -->
+        <repository>
+          <id>java.net</id>
+          <url>http://download.java.net/maven/1</url>
+          <layout>legacy</layout>
+        </repository>
+    </repositories>
+
 </project>