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:
Jason van Zyl 2005-09-26 15:00:25 +00:00
parent fdfe084071
commit 47eea3d431
1 changed files with 10 additions and 1 deletions

View File

@ -21,7 +21,16 @@
<exclude>junit:junit</exclude>
<exclude>commons-lang:commons-lang</exclude>
<exclude>commons-logging:commons-logging</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>