diff options
author | William Reehil <william.reehil@att.com> | 2022-10-14 13:14:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-14 13:14:20 +0000 |
commit | 1101affcc1e3e0d99e66d6ff84f5573b3bc77b26 (patch) | |
tree | 4a9d9f968236b5734b197b8ff6835120ac9f4757 /aai-core/pom.xml | |
parent | 67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 (diff) | |
parent | d629b626036a1ef1bc37e2b9aa5b5d2fcad1be66 (diff) |
Merge "Remove the apache commons-lang dependency in aai-common"
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 9a990897..d2c5bb58 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -123,10 +123,15 @@ limitations under the License. <artifactId>aai-annotations</artifactId> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> </dependency> <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <scope>compile</scope> |