Author: manik.surtani(a)jboss.com
Date: 2007-08-15 08:33:48 -0400 (Wed, 15 Aug 2007)
New Revision: 4297
Modified:
cacheloader-migration/trunk/pom.xml
Log:
Added JBoss repo to the pom so it can bootstrap and locate jbosscache-common stuff
Modified: cacheloader-migration/trunk/pom.xml
===================================================================
--- cacheloader-migration/trunk/pom.xml 2007-08-15 12:33:40 UTC (rev 4296)
+++ cacheloader-migration/trunk/pom.xml 2007-08-15 12:33:48 UTC (rev 4297)
@@ -59,4 +59,13 @@
</plugin>
</plugins>
</build>
+
+ <!-- basic JBoss repository so that the common parent POM in jbosscache-support can
be found -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
</project>