http://repository.jboss.org/maven2
Here's the pom.xml fragment to use:
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.0-beta-7</version>
</dependency>
Please download the RESTEasy JAX-RS source and view our testsuite. Everything is done in maven and we use our Embedded JAX-RS Container to do our testing.
There are no comments on this article