diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2020-02-17 12:43:31 +0100 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2020-02-20 11:55:17 +0100 |
commit | 102a411b2c6ac3e88fdc4552182b305619277fb9 (patch) | |
tree | 9076b57c9c3d104381f637c1712d7efcf72aa9af /certServiceClient/pom.xml | |
parent | f28a670df2ea958a83d28930264f002f6d67eec7 (diff) |
Add functionality for reading ENV variables
Issue-ID: AAF-996
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Change-Id: If216040d59390f0956bae7f747c8cb6bce2a7f9f
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 84c33c72..5ffc6268 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -34,6 +34,10 @@ <artifactId>mockito-junit-jupiter</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> + <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> </dependency> @@ -45,8 +49,6 @@ <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> - </dependencies> - </project>
\ No newline at end of file |