GitHub user ebourg opened a pull request: https://github.com/apache/maven-shared/pull/4
Upgrade the dependency on maven-artifact for maven-shared-io Hi, A maven-shared-io test doesn't compile against maven-artifact 2.2.1 because the signature of a constructor changed in `org.apache.maven.artifact.resolver.ArtifactResolutionException`. Here is a patch fixing this. An alternative would be to put back the missing constructor in ArtifactResolutionException. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ebourg/maven-shared maven-core-upgrade-for-maven-shared-io Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-shared/pull/4.patch ---- commit c8ce595cff9e3fad56b7844b3a2fd69222101957 Author: Emmanuel Bourg <ebo...@apache.org> Date: 2014-01-20T10:59:31Z Update maven-shared-io to build against Maven 2.2.1 ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org