mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-08 15:46:54 +01:00
update sonia.svnkit to version 1.7.4-1.v1-SNAPSHOT
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>sonia.svnkit</groupId>
|
||||
<artifactId>svnkit-dav</artifactId>
|
||||
<version>${svnkit-dav.version}</version>
|
||||
<artifactId>svnkit</artifactId>
|
||||
<version>${svnkit.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>trilead-ssh2</artifactId>
|
||||
@@ -40,6 +40,12 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>sonia.svnkit</groupId>
|
||||
<artifactId>svnkit-dav</artifactId>
|
||||
<version>${svnkit.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- test scope -->
|
||||
|
||||
@@ -53,7 +59,7 @@
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<svnkit-dav.version>1.3.7.4</svnkit-dav.version>
|
||||
<svnkit.version>1.7.4-1.v1-SNAPSHOT</svnkit.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -63,6 +69,12 @@
|
||||
<name>scm-manager release repository</name>
|
||||
<url>http://maven.scm-manager.org/nexus/content/groups/public</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>maven.tmatesoft.com</id>
|
||||
<name>tmatesoft release repository</name>
|
||||
<url>http://maven.tmatesoft.com/content/repositories/releases/</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user