mirror of https://github.com/apache/maven.git
o trying to make as small an assembly for embedding as possible
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdfe084071
commit
47eea3d431
|
@ -21,7 +21,16 @@
|
|||
<exclude>junit:junit</exclude>
|
||||
<exclude>commons-lang:commons-lang</exclude>
|
||||
<exclude>commons-logging:commons-logging</exclude>
|
||||
<exclude>jline:jline</exclude>
|
||||
<exclude>commons-cli:commons-cli</exclude>
|
||||
<exclude>jline:jline</exclude>
|
||||
<!--
|
||||
|
|
||||
| When the embedder API provides deployment options this can be put
|
||||
| back in along with some other libraries for convenience.
|
||||
|
|
||||
-->
|
||||
<exclude>jsch:jsch</exclude>
|
||||
<exclude>org.apache.maven.wagon:wagon-ssh</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
|
Loading…
Reference in New Issue