Make svnkit optional

See gh-99
This commit is contained in:
Dave Syer
2015-03-11 10:30:14 +00:00
parent bcef73bc98
commit f0c77a594e
2 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>
<version>1.0.0.M2</version>
<version>1.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>

View File

@@ -45,15 +45,16 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
</dependency>
</dependencies>
<properties>