dev@jax-ws.java.net

Good woodstox in jax-ws rt 2.1.5 ?

From: Henri Gomez <henri.gomez_at_gmail.com>
Date: Tue, 25 Nov 2008 15:12:43 +0100

When I take a look at the jax-ws rt 2.1.5 pom.xml I could see :

    <dependency>
      <groupId>woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
      <version>3.2.3</version>
    </dependency>

On central there is 2 woodstox :

http://repo2.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.3/

http://repo2.maven.org/maven2/woodstox/wstx-asl/3.2.3/

From your pom it seems you're using the second one (groupid woodstox,
artifact id wstx-asl), but this one miss pom.xml on central :

maven-metadata.xml 21-Nov-2007 04:35
              170
maven-metadata.xml.md5 21-Nov-2007 04:35
              126
maven-metadata.xml.sha1 21-Nov-2007 04:35
              134
wstx-asl-3.2.3-sources.jar 21-Nov-2007 04:35
           638598
wstx-asl-3.2.3-sources.jar.md5 21-Nov-2007 04:35
               32
wstx-asl-3.2.3-sources.jar.sha1 21-Nov-2007 04:35
               40
wstx-asl-3.2.3.jar 21-Nov-2007 04:35
           520052
wstx-asl-3.2.3.jar.md5 21-Nov-2007 04:35
               32
wstx-asl-3.2.3.jar.sha1 21-Nov-2007 04:35
               40


What's the problem with it ?

Regards