Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.14.0 Maven dependencies are broken #975

Closed
ivankelly opened this issue Feb 12, 2018 · 1 comment
Closed

1.14.0 Maven dependencies are broken #975

ivankelly opened this issue Feb 12, 2018 · 1 comment
Milestone

Comments

@ivankelly
Copy link
Contributor

ivankelly commented Feb 12, 2018

The following pom.xml doesn't compile. With 0.13.0 it works fine.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="                                                                                                                                           
  http://maven.apache.org/POM/4.0.0                                                                                                                                     
  http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>foobar</groupId>                                                                                                                                             
  <artifactId>foobar</artifactId>                                                                                                                                       
  <version>0.1.0</version>

  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>org.arquillian.cube</groupId>
      <artifactId>arquillian-cube-docker</artifactId>
      <version>1.14.0</version>
    </dependency>
  </dependencies>

</project>

The error with 0.14.0 is

[INFO] Scanning for projects...
[INFO]                                                                
[INFO] ------------------------------------------------------------------------
[INFO] Building foobar 0.1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.arquillian.cube:arquillian-cube-requirement-spi:jar:1.14.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.673 s                                                                                                        
[INFO] Finished at: 2018-02-12T15:27:23+01:00                                                                     
[INFO] Final Memory: 10M/362M                                                  
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project foobar: Could not resolve dependencies for project foobar:foobar:jar:0.1.0: Failure to find org.arquillian.cube:arquillian-cub
e-requirement-spi:jar:1.14.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of
 central has elapsed or updates are forced -> [Help 1]
[ERROR]                      
@lordofthejars
Copy link
Member

@lordofthejars lordofthejars changed the title 0.14.0 Maven dependencies are broken 01.14.0 Maven dependencies are broken Feb 12, 2018
@lordofthejars lordofthejars changed the title 01.14.0 Maven dependencies are broken 1.14.0 Maven dependencies are broken Feb 12, 2018
@lordofthejars lordofthejars added this to the 1.15.0 milestone Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants