Farrukh Najmi wrote:
>
> I am using jersey in my maven project with following pom dependency:
>
> <dependency>
> <groupId>jersey</groupId>
> <artifactId>jersey</artifactId>
> <version>0.4-ea</version>
> </dependency>
>
> I am getting compile errors because imports like following can't be
> found:
>
> import javax.ws.rs.Path;
>
> I looked inside the latest javadoc and the Path annotation exists there:
>
> https://jsr311.dev.java.net/nonav/javadoc/javax/ws/rs/Path.html
>
> I loked inside jsr311-api-0.4.jar and it does not exist there:
>
> http://download.java.net/maven/1/javax.ws.rs/jars/jsr311-api-0.4.jar
>
> What am I missing? Thanks.
>
BTW should I be using latest released bits jersey 0.4-ea /
jsr311-api-0.4 or should I be using latest svn bits?
Apparently @Path is newer than @URITemplate.
If latest svn bits then are poms available for nightly builds?
Thanks.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com