78 lines
2.4 KiB
XML
78 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.tmatesoft.svnkit</groupId>
|
|
<artifactId>svnkit</artifactId>
|
|
<version>1.8.12</version>
|
|
<name>SVNKit Library</name>
|
|
<description>Pure Java Subversion Library</description>
|
|
<url>http://www.svnkit.com/</url>
|
|
<licenses>
|
|
<license>
|
|
<name>TMate Open Source License (with dual licensing option)</name>
|
|
<url>http://www.svnkit.com/license.html</url>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<id>tmate</id>
|
|
<name>TMate Software</name>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:svn:http://svn.svnkit.com/repos/svnkit</connection>
|
|
<url>http://svn.svnkit.com/repos/svnkit</url>
|
|
</scm>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.jcraft</groupId>
|
|
<artifactId>jsch.agentproxy.svnkit-trilead-ssh2</artifactId>
|
|
<version>0.0.7</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.trilead</groupId>
|
|
<artifactId>trilead-ssh2</artifactId>
|
|
<version>1.0.0-build220</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
<artifactId>jna-platform</artifactId>
|
|
<version>4.1.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
<artifactId>jna</artifactId>
|
|
<version>4.1.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jcraft</groupId>
|
|
<artifactId>jsch.agentproxy.connector-factory</artifactId>
|
|
<version>0.0.7</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.8</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.regnis.q.sequence</groupId>
|
|
<artifactId>sequence-library</artifactId>
|
|
<version>1.0.3</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.tmatesoft.sqljet</groupId>
|
|
<artifactId>sqljet</artifactId>
|
|
<version>1.1.10</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|