diff options
author | 2020-11-13 15:03:17 +0100 | |
---|---|---|
committer | 2020-11-25 12:30:39 +0100 | |
commit | 5a9b5d9d6911a82e50c7d3e15c2cc8b9ca14098a (patch) | |
tree | 1f78ba5e0862c970a91370e272d3740289942c66 /certServiceClient/pom.xml | |
parent | 6043d57de1232277456200a7e218cfa53e444c05 (diff) |
[OOM cert-service-client] Add validation of email, ip and domain name
Added SanMapper to distinguish types of SANS.
ExitableException changed to RuntimeException.
Introcudced intermediate object San.
Issue-ID: OOM-2559
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Change-Id: I060de9869ab9fd737a474f683a251abd8431d224
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index a99732eb..d0cb5bd1 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -162,6 +162,10 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> |