demobox commented on issue #4: Change parent to jclouds-project to decouple from aggregator pom URL: https://github.com/apache/jclouds-labs/pull/4#issuecomment-503814817 Hrm...this is the error message: ``` Found duplicate (but equal) classes in [org.apache.jclouds:jclouds-core:2.2.0-20190618.101351-130, org.apache.jclouds:jclouds-gson:2.2.0-20190618.101050-2] ``` The configuration in the POM is: ``` <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-gson</artifactId> <version>${project.version}</version> </dependency> ``` I wonder if it's tripping up over `${project.version}` vs. the resolved versions? Can we remove `${project.version}` to see if that fixes it? If you run it locally with the duplicate-finder exception commented out, what are the version numbers it reports for the conflicting packages?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
