-
Jan 13th, 2011, 07:53 PM
#1
jersey-spring integration problems
Hello dear members,
It's my first post in the spring community as I just started to use it in a fresh new project.
I'm interesting to integrate jersey dependencies to build restful web services in the greenhouse project and I'm in front of a strange problem:
When I try to insert maven dependency, like this:
<!-- Jersey -->
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.5-ea09</version>
</dependency>
in the pom.xml . Then nothing compile anymore!
I'm following the tutorial here that explain Spring & Jersey integration:
http://marciogarcia.com/?p=151
Could somebody try to help me please ?
Thank you and happy new year ! ;-)
-
Jan 17th, 2011, 02:23 AM
#2
problem resolved
Hello,
thanks to Habuma, he posts a solution in this thread :
http://forum.springsource.org/showthread.php?t=101141
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules