mirror of https://github.com/apache/maven.git
o the lightweight wagon is discovered by plexus so not directoy declared
as a dependency anywhere so we need to bring it down ... so really it would be good to use the plexus runtime assembler which is a project which itself can declare some dependencies. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e81d9919d5
commit
b09ef1ab74
|
@ -50,7 +50,8 @@ public class MBoot
|
|||
"modello/jars/modello-1.0-SNAPSHOT.jar",
|
||||
"xpp3/jars/xpp3-1.1.3.3.jar",
|
||||
"xstream/jars/xstream-1.0-SNAPSHOT.jar",
|
||||
"qdox/jars/qdox-1.2.jar"
|
||||
"qdox/jars/qdox-1.2.jar",
|
||||
"maven/jars/wagon-http-lightweight-1.0-alpha-1-SNAPSHOT.jar"
|
||||
};
|
||||
|
||||
String[] plexusDeps = new String[]
|
||||
|
|
Loading…
Reference in New Issue