diff options
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index e42f818..4a555de 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -85,7 +85,11 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.9</version> </dependency> <dependency> @@ -142,6 +146,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.27.0</version> + <scope>test</scope> + </dependency> + </dependencies> <profiles> |