diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-02-18 16:13:54 +0100 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2020-02-21 09:27:35 +0100 |
commit | 7e02d16d8a65c611f45523c51cb26535b1164064 (patch) | |
tree | 849050de09557cb31167c8b242f26d09da109949 /certServiceClient/pom.xml | |
parent | 18acead623826c43da43da6d0e55e81e1f2953a1 (diff) |
Add of logging for certservice-client
Issue-ID: AAF-996
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Change-Id: I8bed44937da32fff863df724adc023f546b5e12e
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index f32501bf..d78eacd6 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -131,12 +131,8 @@ <dependencies> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -151,8 +147,16 @@ <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-log4j2</artifactId> </dependency> </dependencies> |