Hi,

I'm stumbling on another problem in the JAX-RS pom, namely that the
artifactId does not correspond to the one in the JAX-RS pom:

-         <artifactId>jaxrs-api</artifactId>
+         <artifactId>javax.ws.rs</artifactId>

Full patch in attachment.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought                            http://www.daisycms.org/
[EMAIL PROTECTED]              http://www.kauriproject.org/
Index: build/tmpl/poms/org.restlet.ext.jaxrs.pom
===================================================================
--- build/tmpl/poms/org.restlet.ext.jaxrs.pom	(revision 3133)
+++ build/tmpl/poms/org.restlet.ext.jaxrs.pom	(working copy)
@@ -11,7 +11,7 @@
       </dependency>
       <dependency>
          <groupId>javax.ws.rs</groupId>
-         <artifactId>jaxrs-api</artifactId>
+         <artifactId>javax.ws.rs</artifactId>
          <version>@lib-jaxrs-version@</version>
       </dependency>
       <dependency>

Reply via email to