Added required jrexx jar dependency
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90d6870bfd
commit
13002dfefb
@ -38,15 +38,15 @@
|
||||
<ant:pathelement location="${plugin.getDependencyPath('qdox:qdox')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('trove:trove')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('dom4j:dom4j')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('jrexx:jrexx')}"/>
|
||||
</ant:classpath>
|
||||
|
||||
</ant:java>
|
||||
|
||||
<!--
|
||||
${main.classes}
|
||||
Note VMA: I'm not yet sure whether these 2 jars are needed or not:
|
||||
${lib.dir}/piccolo-1.03.jar
|
||||
${lib.dir}/commons-jexl-1.0-beta-2.jar
|
||||
${lib.dir}/jrexx-1.1.1.jar
|
||||
-->
|
||||
|
||||
</goal>
|
||||
|
||||
@ -61,6 +61,11 @@
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jrexx</groupId>
|
||||
<artifactId>jrexx</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<reports>
|
||||
<report>maven-changes-plugin</report>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user