fix test execution on intellij

This commit is contained in:
Sebastian Sdorra
2020-03-24 13:05:41 +01:00
parent b97dfd7ded
commit 651a9a561a
2 changed files with 18 additions and 5 deletions

View File

@@ -363,6 +363,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>

View File

@@ -38,7 +38,7 @@
<artifactId>scm-test</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>scm-test</name>
<dependencies>
<dependency>
@@ -53,6 +53,12 @@
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>shiro-unit</artifactId>
@@ -88,17 +94,17 @@
</dependency>
</dependencies>
<!-- for svnkit and jgit -->
<repositories>
<repository>
<id>maven.tmatesoft.com</id>
<name>tmatesoft release repository</name>
<url>https://maven.tmatesoft.com/content/repositories/releases</url>
</repository>
</repositories>
</project>