Hi all,

Has anyone seen this problem before?

Missing:
----------
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
Alternatively, if you host your own repository you can deploy the file
there:
          -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) com.ironmountain.digital.erm.irmrap.cl:soap:jar:1.0-SNAPSHOT
        2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0.1-incubator
        3) org.apache.cxf:cxf-rt-core:jar:2.0.1-incubator
        4) com.sun.xml.bind:jaxb-impl:jar:2.0.5

I am using the following dependencies.

<dependency>
                <groupId>org.apache.cxf</groupId>
                <artifactId>
cxf-rt-frontend-jaxws</artifactId>
                <version>2.0-incubator</version>
        </dependency>

        <dependency>
                <groupId>org.apache.cxf</groupId>
                <artifactId>
cxf-rt-transports-http</artifactId>
                <version>2.0-incubator</version>
        </dependency>


Thanks,
Jacob

Reply via email to