aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 22a7121..c24b30b 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -90,15 +90,15 @@
<optional>true</optional>
</dependency>
+ <!-- Testing -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
-
<dependency>
- <!--
+ <!--
An empty artifact, required while JUnit 4 is on the classpath to override its
dependency on hamcrest.
@@ -109,20 +109,24 @@
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>0.18</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>