mirror of https://github.com/apache/maven.git
update to newer beanshell factory to match new configurator
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
172906f5f6
commit
484186ea8c
|
@ -10,9 +10,9 @@
|
|||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>plexus</groupId>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-bsh-factory</artifactId>
|
||||
<version>1.0-alpha-6</version>
|
||||
<version>1.0-alpha-7-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -20,4 +20,4 @@
|
|||
<version>2.0-beta-4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue