Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution:
Out of Date
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I'm using Arquillian to do some integration tests. As a transitive dependency they depend on xnio. When trying to build my project I get this output (we got our own artifactory to mirror dependencies):
ERROR] Failed to execute goal on project ArquillianTestProject: Could not resolve dependencies for project com.mycompany:ArquillianTestProject:war:1.0-SNAPSHOT: Failed to collect dependencies for [org.jboss.spec:jboss-javaee-6.0:pom:2.0.0.Final (provided), javax.enterprise:cdi-api:jar:1.0-SP4 (compile), junit:junit:jar:4.8.2 (test), org.jboss.arquillian.junit:arquillian-junit-container:jar:1.0.0.CR2 (test), org.jboss.arquillian.container:arquillian-jbossas-embedded-6:jar:1.0.0.CR2 (compile), org.jboss.jbossas:jboss-as-depchain:pom:6.0.0.Final (compile)]: Failed to read artifact descriptor for org.jboss.xnio:xnio-metadata:jar:2.1.0.CR5: Could not transfer artifact org.jboss.xnio:xnio-metadata:pom:2.1.0.CR5 from/to marplemirror (http://mavenrepo.pd.tracetracker.com:9998/repo): Error transferring file: Server returned HTTP response code: 409 for URL: http://mavenrepo.pd.tracetracker.com:9998/repo/org/jboss/xnio/xnio-metadata/2.1.0.CR5/xnio-metadata-2.1.0.CR5.pom -> [Help 1]
When looking into the xnio-metadata-2.1.0.CR5.pom I can see that the version number is 2.1.0.CR6-S. This must be wrong, right?
This is a blocking issue for us.
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Arquillian should be using 3.x at this point.