I have eclipse IDE 3.6 , I want to use maven plugin for eclipse so I added the Eclipse IAM update site at http://q4e.googlecode.com/svn/trunk/updatesite-iam/
How can I add the following :
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>2.3.0</version> </dependency> so I can use UriBuilder