Author: epbernard
Date: 2008-03-14 16:36:14 -0400 (Fri, 14 Mar 2008)
New Revision: 14432
Modified:
commons-annotations/trunk/ivy.xml
commons-annotations/trunk/ivy/ivyconf.xml
Log:
ivy changes
Modified: commons-annotations/trunk/ivy/ivyconf.xml
===================================================================
--- commons-annotations/trunk/ivy/ivyconf.xml 2008-03-14 20:20:29 UTC (rev 14431)
+++ commons-annotations/trunk/ivy/ivyconf.xml 2008-03-14 20:36:14 UTC (rev 14432)
@@ -19,6 +19,10 @@
<ivy
pattern="http://repository.jboss.org/[module]/[revision]/ivy.xml&quo...
<artifact
pattern="http://repository.jboss.org/[module]/[revision]/lib/[artifa...
</url>
+ <url name="jboss-rep-maven" m2compatible="true">
+ <ivy
pattern="http://repository.jboss.org/maven2/[organization]/[module]/...
+ <artifact
pattern="http://repository.jboss.org/maven2/[organization]/[module]/...
+ </url>
</chain>
</resolvers>
<modules>
Modified: commons-annotations/trunk/ivy.xml
===================================================================
--- commons-annotations/trunk/ivy.xml 2008-03-14 20:20:29 UTC (rev 14431)
+++ commons-annotations/trunk/ivy.xml 2008-03-14 20:36:14 UTC (rev 14432)
@@ -12,6 +12,6 @@
<artifact name="hibernate-commons-annotations"
conf="core"/>
</publications>
<dependencies>
- <dependency name="jpa-api" force="true" rev="1.0.0.GA"
conf="test->default"/>
+ <dependency name="ejb3-persistence" rev="1.0.1.GA"
conf="test->default"/>
</dependencies>
</ivy-module>
\ No newline at end of file