It seems like the JAXWS-RT people simply need to update THEIR pom file to reflect Woodstox's groupId change.
Woodstox changed its groupId to org.codehaus.woodstox a while back: http://jira.codehaus.org/browse/WSTX-86 As for the missing pom files, this is simply incorrect if you look in the proper groupId: http://jira.codehaus.org/browse/WSTX-85 http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/ Feel free to complain to the jaxws people -- this is their problem/fault. In the meantime, I would specify an <excludes> inside the jaxws-rt dependency to remove the incorrect woodstox, and then add back the correct one with a proper dependency node. Wayne On Tue, Nov 25, 2008 at 6:09 AM, Henri Gomez <[EMAIL PROTECTED]> wrote: > Here is part of the jaxws rt 2.1.5 > > <dependency> > <groupId>woodstox</groupId> > <artifactId>wstx-asl</artifactId> > <version>3.2.3</version> > </dependency> > > Strange the woodstox with groupid org.codehaus.woodstox is correct : > > http://repo2.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.3/ > > Any advices help very welcome > > 2008/11/25 Henri Gomez <[EMAIL PROTECTED]>: >> Hi to all, >> >> I'm using JAXWS 2.1.5 which require Woodstox 3.2.3. >> >> I could find woodstox POM in repo1. >> >> http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.3/ >> >> 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 >> >> There was a POM in 3.2.0 but since 3.2.1 there is no more pom.xml >> >> What could be the problem ? >> >> Regards >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
