diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-03-20 22:53:20 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-03-20 22:53:20 +0200 |
commit | e1fb3f7bc411cdfc3eee0cacedc8f7b1a238b7cd (patch) | |
tree | 95de2ef9c6501467cb078688df9f6bd5eafb90b2 /pf4j/pom.xml | |
parent | 9137bff8bd45d84cd22a34b65026bc9de7cf9d4e (diff) | |
download | pf4j-e1fb3f7bc411cdfc3eee0cacedc8f7b1a238b7cd.tar.gz pf4j-e1fb3f7bc411cdfc3eee0cacedc8f7b1a238b7cd.zip |
Migrate to JUnit 5
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 1d07836..0a78ed2 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -100,11 +100,12 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> + <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> |