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-schema-ingest/pom.xml | |
parent | 67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 (diff) | |
parent | d629b626036a1ef1bc37e2b9aa5b5d2fcad1be66 (diff) |
Merge "Remove the apache commons-lang dependency in aai-common"
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index c5ea8b27..3e0ce74d 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -72,12 +72,15 @@ limitations under the License. <version>${groovy.version}</version> <classifier>indy</classifier> </dependency> - <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-rest</artifactId> </dependency> |