IIUC, this is a fix to https://jira.codehaus.org/browse/MNG-5499
I'm not a git blackbelt: can the comment be updated to add the classical [MNG-5499]? (and next time not be forgotten from initial comment :) ) I'm adding a reference to the commit in the Jira issue Regards, Hervé Le samedi 27 juillet 2013 01:45:44 [email protected] a écrit : > o change the scope of org.eclipse.sisu to test in the maven-aether-provider > to prevent it from leaking out to clients. > > > Project: http://git-wip-us.apache.org/repos/asf/maven/repo > Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e084ff3b > Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e084ff3b > Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e084ff3b > > Branch: refs/heads/master > Commit: e084ff3b8c04bdfdac62a28a1bef8ec87762d4dc > Parents: 0609504 > Author: Jason van Zyl <[email protected]> > Authored: Fri Jul 26 21:09:50 2013 -0400 > Committer: Jason van Zyl <[email protected]> > Committed: Fri Jul 26 21:09:50 2013 -0400 > > ---------------------------------------------------------------------- > maven-aether-provider/pom.xml | 30 ++++++++++++++++-------------- > 1 file changed, 16 insertions(+), 14 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/maven/blob/e084ff3b/maven-aether-prov > ider/pom.xml > ---------------------------------------------------------------------- diff > --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml index > 910fab6..9235f1c 100644 > --- a/maven-aether-provider/pom.xml > +++ b/maven-aether-provider/pom.xml > @@ -63,20 +63,6 @@ under the License. > <artifactId>aether-impl</artifactId> > </dependency> > <dependency> > - <groupId>org.eclipse.aether</groupId> > - <artifactId>aether-connector-wagon</artifactId> > - <scope>test</scope> > - </dependency> > - <dependency> > - <groupId>org.apache.maven.wagon</groupId> > - <artifactId>wagon-file</artifactId> > - <scope>test</scope> > - </dependency> > - <dependency> > - <groupId>org.eclipse.sisu</groupId> > - <artifactId>org.eclipse.sisu.plexus</artifactId> > - </dependency> > - <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-component-annotations</artifactId> > </dependency> > @@ -96,6 +82,22 @@ under the License. > </exclusion> > </exclusions> > </dependency> > + <!-- Testing --> > + <dependency> > + <groupId>org.eclipse.aether</groupId> > + <artifactId>aether-connector-wagon</artifactId> > + <scope>test</scope> > + </dependency> > + <dependency> > + <groupId>org.apache.maven.wagon</groupId> > + <artifactId>wagon-file</artifactId> > + <scope>test</scope> > + </dependency> > + <dependency> > + <groupId>org.eclipse.sisu</groupId> > + <artifactId>org.eclipse.sisu.plexus</artifactId> > + <scope>test</scope> > + </dependency> > </dependencies> > > <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
