diff options
author | Jim Hahn <jrh3@att.com> | 2021-01-04 12:11:32 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-01-04 17:32:12 -0500 |
commit | f9add40e0d87baff4ed56529bc61c31a577dc93d (patch) | |
tree | d1be521c0f4e84c8fd6a75b196b7f372c87aa38b /common-parameters/pom.xml | |
parent | 5f1b1162d047d2a743f1ce57cc17494a6150c75c (diff) |
Update junits for Validation
The Validation code was previously refactored. Added/updated junits
correspondingly.
Issue-ID: POLICY-2648
Change-Id: I570c0ec692ecfcb6e69ada45f7997f6e63735ea0
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r-- | common-parameters/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index c0efcf70..02765df4 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -40,6 +40,16 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> |