[MPLUGIN-284] don't try to extract mojos from Beanshell by default

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648237 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-12-28 17:52:08 +00:00
parent 5af1f627a8
commit 6984e9d27f
1 changed files with 0 additions and 10 deletions

View File

@ -140,16 +140,6 @@
<artifactId>maven-plugin-tools-annotations</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-model</artifactId>
<scope>runtime</scope>
</dependency>
<!-- plexus -->
<dependency>