diff options
Diffstat (limited to 'profiles/http/pom.xml')
-rw-r--r-- | profiles/http/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index c830708d..2274bfc9 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -119,6 +119,12 @@ Excluded commons-codec vulnerable version and added invulnerable version <scope>test</scope> </dependency> <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-api</artifactId> + <version>5.8.2</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <version>1.43</version> |