diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 18:29:37 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 18:29:37 +0300 |
commit | 77fe308856119c8e178a547c6306f184d439a219 (patch) | |
tree | 9970ca886444aa3bfa9f97f8ca2910a86ba5d1e1 /pf4j/pom.xml | |
parent | 5b61851bb1713b74710cede42e85e8fbb0f8fead (diff) | |
download | pf4j-77fe308856119c8e178a547c6306f184d439a219.tar.gz pf4j-77fe308856119c8e178a547c6306f184d439a219.zip |
Exclude junit4 as transitive dependency
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 4a587b6..7061db6 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -192,6 +192,12 @@ <artifactId>compile-testing</artifactId> <version>0.21.0</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> |