diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-02-28 12:27:12 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-03-04 14:20:55 +0100 |
commit | d18af899b0bb9813c3e1bc3111171787e85ccfc4 (patch) | |
tree | 2580993897a464b0a8749d7473f67dc37171227a /certServiceClient/pom.xml | |
parent | 1d535a1b38e26c7035db2bde7405261d97bf7261 (diff) |
Improve paths validation and creation in certServiceClient, improve coverage
Add tests for path validation
Add tests for CsrConfigurationFactory
Ensure path from env can end with "/"
Ensure path built in file creator is not dependent on representation of root path
Issue-ID: AAF-996
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I3d6a7f534d49ff64177917989727a7330e3f6869
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 5e11f583..4b7c0cf9 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -155,11 +155,7 @@ </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> + <artifactId>junit-jupiter</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> |