Author: dblevins
Date: Fri Aug 19 20:53:32 2011
New Revision: 1159784
URL: http://svn.apache.org/viewvc?rev=1159784&view=rev
Log:
Patch from Ranga Sreenivasan, adds the right jboss repo for compliation.
Thanks, Ranga!
Modified:
openejb/trunk/sandbox/arquillian-tomee/pom.xml
Modified: openejb/trunk/sandbox/arquillian-tomee/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/arquillian-tomee/pom.xml?rev=1159784&r1=1159783&r2=1159784&view=diff
==============================================================================
--- openejb/trunk/sandbox/arquillian-tomee/pom.xml (original)
+++ openejb/trunk/sandbox/arquillian-tomee/pom.xml Fri Aug 19 20:53:32 2011
@@ -33,6 +33,11 @@
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
</repository>
+ <repository>
+ <id>jboss-m2-snapshot</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ </repository>
</repositories>
<properties>