diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-04-09 11:51:05 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2021-04-13 13:38:54 +0100 |
commit | 1cb818e3cbd6154762f908be8698317fa10fbc49 (patch) | |
tree | 3d6b5e5d3d3071d13a29485a63f7c42b8b6edd6e /utils/pom.xml | |
parent | 04623fef95f2b164d79ad48de2ef3708d02eda80 (diff) |
Add command line handler
Added a Handler for command line classes to share common strucutures.
Issue-ID: POLICY-3128
Change-Id: I662911c467faf5c39b8db018bb1a564fba7587a6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index bd9df71a..75173a2a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -117,5 +118,9 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </dependency> </dependencies> </project> |