[jboss-svn-commits] JBL Code SVN: r14195 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 14 00:38:36 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-08-14 00:38:35 -0400 (Tue, 14 Aug 2007)
New Revision: 14195

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
had to add in the softeu repo for seam as the jboss one does not have all the transitive deps

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-08-14 04:12:06 UTC (rev 14194)
+++ labs/jbossrules/trunk/pom.xml	2007-08-14 04:38:35 UTC (rev 14195)
@@ -158,7 +158,13 @@
       <url>http://repository.jboss.com/maven2/</url>
     </repository>
 
+    <!-- this is needed for Seam which is not in the jboss repo or the maven one in a useful form -->
     <repository>
+        <id>softeu-repo</id>
+        <url>http://maven.softeu.cz/</url>
+    </repository>
+
+    <repository>
       <id>basedir</id>
       <url>file://${basedir}/m2_repo</url>
     </repository>




More information about the jboss-svn-commits mailing list