diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-02-18 16:50:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-18 16:50:06 +0000 |
commit | dd8c5ad785a19c3af7249808aa01fe4f04abc61e (patch) | |
tree | 1c0cba871bf020182b798c2e304492be475087b9 /feature-lifecycle/pom.xml | |
parent | 266687dd55e2971ed7714faf27055848963ba499 (diff) | |
parent | cd1d0fb2229af043c36f8225d6e5d8a8e8fe78dd (diff) |
Merge "deploy stats in lifecycle module"
Diffstat (limited to 'feature-lifecycle/pom.xml')
-rw-r--r-- | feature-lifecycle/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/feature-lifecycle/pom.xml b/feature-lifecycle/pom.xml index a7500f10..cdf6147d 100644 --- a/feature-lifecycle/pom.xml +++ b/feature-lifecycle/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + 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. @@ -143,9 +143,8 @@ </dependency> <dependency> - <groupId>com.openpojo</groupId> - <artifactId>openpojo</artifactId> - <scope>test</scope> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> </dependency> </dependencies> |