this was fixed by John's changes for MNG-3473

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@639850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-03-21 21:21:45 +00:00
parent 0a07bf0a70
commit 4f590be420
1 changed files with 1 additions and 2 deletions

View File

@ -17,12 +17,11 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<version>2.3</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId> <artifactId>maven-plugin-tools-beanshell</artifactId>
<version>2.1</version> <version>2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>