Browse Source

update of poms to make compile

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@899757 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
e4150ab94c
3 changed files with 8 additions and 2 deletions
  1. +1
    -1
      src/etc/poms/ant-jsch/pom.xml
  2. +6
    -0
      src/etc/poms/ant-testutil/pom.xml
  3. +1
    -1
      src/etc/poms/ant-trax/pom.xml

+ 1
- 1
src/etc/poms/ant-jsch/pom.xml View File

@@ -44,7 +44,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.29</version>
<version>0.1.42</version>
<scope>compile</scope>
</dependency>
</dependencies>


+ 6
- 0
src/etc/poms/ant-testutil/pom.xml View File

@@ -41,6 +41,12 @@
<version>1.8.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>


+ 1
- 1
src/etc/poms/ant-trax/pom.xml View File

@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<artifactId>ant-apache-xalan2</artifactId>
<version>1.8.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>


Loading…
Cancel
Save