You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by je...@apache.org on 2010/08/27 03:50:50 UTC

svn commit: r989997 - /ode/branches/ODE-trunk-jpa-refactoring/pom.xml

Author: jeffyu
Date: Fri Aug 27 01:50:49 2010
New Revision: 989997

URL: http://svn.apache.org/viewvc?rev=989997&view=rev
Log:
* Add JBoss repository for javassist artifact.

Modified:
    ode/branches/ODE-trunk-jpa-refactoring/pom.xml

Modified: ode/branches/ODE-trunk-jpa-refactoring/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/ODE-trunk-jpa-refactoring/pom.xml?rev=989997&r1=989996&r2=989997&view=diff
==============================================================================
--- ode/branches/ODE-trunk-jpa-refactoring/pom.xml (original)
+++ ode/branches/ODE-trunk-jpa-refactoring/pom.xml Fri Aug 27 01:50:49 2010
@@ -302,6 +302,11 @@
             <name>Apache Maven Repo</name>
             <url>http://repo1.maven.org/maven2/</url>
         </repository>
+	    <repository>
+	        <id>jboss-public-repository-group</id>
+	        <name>JBoss Public Maven Repository Group</name>
+		 	<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+	    </repository>
     </repositories>
 
     <!--