Browse Source

groupId for jsch is com.jcraft

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468015 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
689c463eda
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      fetch.xml
  2. +1
    -1
      src/etc/poms/ant-jsch/pom.xml

+ 1
- 1
fetch.xml View File

@@ -160,7 +160,7 @@
description="load networking libraries (commons-net; jsch)"
depends="init">
<f2 project="commons-net" />
<f2 project="jsch"/>
<f2 project="com.jcraft" archive="jsch"/>
</target>

<target name="regexp"


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

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


Loading…
Cancel
Save