In the link
http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1...,
it said that:
| There is also a pom that can be imported so the versions of the individual modules do
not have to be specified. Note that maven 2.0.9 is required for this.
|
| <dependencyManagement>
| <dependencies>
| <dependency>
| <groupId>org.jboss.resteasy</groupId>
| <artifactId>resteasy-maven-import</artifactId>
| <version>1.1.GA</version>
| <type>pom</type>
| <scope>import</scope>
| </dependency>
| </dependencies>
| </dependencyManagement>
|
But it doesn't mentioned where I can download this pom from.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242515#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...