Thanks Donald! I had to define the jboss repo on my profile for some hibernate tests and forgot about it :S
On Fri, Jun 18, 2010 at 8:42 PM, <[email protected]> wrote: > Author: dwoods > Date: Fri Jun 18 19:42:13 2010 > New Revision: 956107 > > URL: http://svn.apache.org/viewvc?rev=956107&view=rev > Log: > had to add in JBoss repo for the hibernate artifacts > > Modified: > incubator/bval/sandbox/jsr303-impl-bench/pom.xml > > Modified: incubator/bval/sandbox/jsr303-impl-bench/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/bval/sandbox/jsr303-impl-bench/pom.xml?rev=956107&r1=956106&r2=956107&view=diff > > ============================================================================== > --- incubator/bval/sandbox/jsr303-impl-bench/pom.xml (original) > +++ incubator/bval/sandbox/jsr303-impl-bench/pom.xml Fri Jun 18 19:42:13 > 2010 > @@ -34,7 +34,6 @@ > <name>Apache Bean Validation :: jsr303-impl-bench (optional)</name> > > <dependencies> > - > <dependency> > <groupId>com.sun.codemodel</groupId> > <artifactId>codemodel</artifactId> > @@ -129,20 +128,22 @@ > </build> > > <repositories> > - > <repository> > - <id>Temp snapshots</id> > - <url>https://repository.apache.org/content/groups/public > </url> > + <id>repository.jboss.org</id> > + <name>JBoss Repository</name> > + <url>http://repository.jboss.org/maven2</url> > + <layout>default</layout> > <snapshots> > - <enabled>true</enabled> > + <enabled>false</enabled> > </snapshots> > + <releases> > + <enabled>true</enabled> > + </releases> > </repository> > - > <repository> > <id>Java.net Maven 2 Repository</id> > <url>http://download.java.net/maven/2/</url> > </repository> > - > </repositories> > > </project> > > >
