2005-09-15 22:50:12 -04:00
|
|
|
<project>
|
2005-05-17 11:11:41 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-tools</artifactId>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-05-17 11:11:41 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
|
|
|
<name>Maven Plugin Tools for Beanshell</name>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-05-17 11:11:41 -04:00
|
|
|
<dependencies>
|
2005-09-15 22:50:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
</dependency>
|
2005-05-17 11:11:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>bsh</groupId>
|
|
|
|
<artifactId>bsh</artifactId>
|
|
|
|
<version>1.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-05-17 11:11:41 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-15 22:50:12 -04:00
|
|
|
</project>
|