You will probably get a better answer in the CXF forum.
This is not likely a Maven issue and in the CXF forum you will find a
lot of users who have the right Maven dependency setup.
Ron
On 14/08/2011 10:45 PM, samwun wrote:
Hello,
I got the following error when I execute commandline "mvn
-Dmaven.test.skip=true clean install".
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project loanprocessing-ws: Could not
resolve dependencies for project
loanprocessing:loanprocessing-ws:jar:0.0.1-SNAPSHOT: The following artifacts
could not be resolved: org.apache.cxf:apache-cxf:jar:2.4.1,
org.apache.servicemix.bundles:org.apache.servicemix.bundles.wss4j:bundle:1.5.4_1,
opensaml:opensaml:jar:1.1, org.apache.ws.security:wss4j:bundle:1.5.10:
Failure to find org.apache.cxf:apache-cxf:jar:2.4.1 in
http://localhost:8081/nexus/content/repositories/thirdparty was cached in
the local repository, resolution will not be reattempted until the update
interval of thirdparty has elapsed or updates are forced -> [Help 1]
My pom.xml file is look like this:
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>apache-cxf</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-jaxrs</artifactId>
<version>${cxf-bundle-jaxrs.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-soap</artifactId>
<version>2.3.3</version>
</dependency>
Your suggestion is very appreciated.
Thanks
Sam
--
View this message in context:
http://maven.40175.n5.nabble.com/Could-not-resolve-dependencie-tp4699633p4699633.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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]