You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Henri Gomez <he...@gmail.com> on 2008/11/25 15:04:34 UTC

woodstox 3.2.x pom

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: woodstox 3.2.x pom

Posted by Henri Gomez <he...@gmail.com>.
Thanks Jorg

I'll send this to jax-ws dev list and meanwhile will update my poms.

BTW, do you recommand switching to 3.2.7 instead of 3.2.2 ?

2008/11/26 Jörg Schaible <Jo...@scalaris.com>:
>
> Wayne Fay wrote:
>> 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.
>
> The even more interesting question is where those artifacts (http://repo1.maven.org/maven2/woodstox/) came from, because they should have been replicated from the Codehaus' repo where nothing is available (http://repository.codehaus.org/woodstox/).
>
> - Jörg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: woodstox 3.2.x pom

Posted by Jörg Schaible <Jo...@scalaris.com>.
Wayne Fay wrote:
> 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.

The even more interesting question is where those artifacts (http://repo1.maven.org/maven2/woodstox/) came from, because they should have been replicated from the Codehaus' repo where nothing is available (http://repository.codehaus.org/woodstox/).

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: woodstox 3.2.x pom

Posted by Wayne Fay <wa...@gmail.com>.
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 <he...@gmail.com> 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 <he...@gmail.com>:
>> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: woodstox 3.2.x pom

Posted by Henri Gomez <he...@gmail.com>.
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 <he...@gmail.com>:
> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org