You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Gianny Damour <gi...@optusnet.com.au> on 2007/05/03 15:14:57 UTC

CXF - jaxb-impl 2.0.5 dependency missing

Hi,

New CXF snapshots have been deployed and they seem to depend on  
com.sun.xml.bind:jaxb-impl:jar:2.0.5:

1) com.sun.xml.bind:jaxb-impl:jar:2.0.5

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=com.sun.xml.bind - 
DartifactId=jaxb-impl \
           -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
         2) org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator- 
SNAPSHOT
         3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-SNAPSHOT
         4) com.sun.xml.bind:jaxb-impl:jar:2.0.5

Where can I get this version?

Thanks,
Gianny

Re: CXF - jaxb-impl 2.0.5 dependency missing

Posted by Gianny Damour <gi...@optusnet.com.au>.
Thanks for the reply. I upgraded to maven 2.0.6 and gave it another  
try. It now builds ok.

Thanks,
Gianny

On 04/05/2007, at 12:24 AM, Sachin Patel wrote:

> I don't think 2.05 is published anywhere, or atleast where I could  
> find, and we have an exclusion on cxf-tools-common to exlude it.   
> You may have not updated to pick up this exclude, or the exclude  
> isn't working.
>
> -sachin
>
>
> On May 3, 2007, at 9:14 AM, Gianny Damour wrote:
>
>> Hi,
>>
>> New CXF snapshots have been deployed and they seem to depend on  
>> com.sun.xml.bind:jaxb-impl:jar:2.0.5:
>>
>> 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=com.sun.xml.bind - 
>> DartifactId=jaxb-impl \
>>           -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file
>>
>>   Path to dependency:
>>         1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>>         2) org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator- 
>> SNAPSHOT
>>         3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-SNAPSHOT
>>         4) com.sun.xml.bind:jaxb-impl:jar:2.0.5
>>
>> Where can I get this version?
>>
>> Thanks,
>> Gianny
>


Re: CXF - jaxb-impl 2.0.5 dependency missing

Posted by Sachin Patel <sp...@gmail.com>.
I don't think 2.05 is published anywhere, or atleast where I could  
find, and we have an exclusion on cxf-tools-common to exlude it.  You  
may have not updated to pick up this exclude, or the exclude isn't  
working.

-sachin


On May 3, 2007, at 9:14 AM, Gianny Damour wrote:

> Hi,
>
> New CXF snapshots have been deployed and they seem to depend on  
> com.sun.xml.bind:jaxb-impl:jar:2.0.5:
>
> 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=com.sun.xml.bind - 
> DartifactId=jaxb-impl \
>           -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency:
>         1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
>         2) org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator- 
> SNAPSHOT
>         3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-SNAPSHOT
>         4) com.sun.xml.bind:jaxb-impl:jar:2.0.5
>
> Where can I get this version?
>
> Thanks,
> Gianny