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-parent | |
parent | 67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 (diff) | |
parent | d629b626036a1ef1bc37e2b9aa5b5d2fcad1be66 (diff) |
Merge "Remove the apache commons-lang dependency in aai-common"
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 17af71d7..c19a1e06 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -256,12 +256,6 @@ limitations under the License. </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang.version}</version> - </dependency> - - <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>${eelf.core.version}</version> |