diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler/provider/pom.xml')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index e1c132d63..204f93d52 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -153,6 +153,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>sli-provider</artifactId> </dependency> <dependency> + <groupId>commons-configuration</groupId> + <artifactId>commons-configuration</artifactId> + <version>1.10</version> + </dependency> + <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-params-provider</artifactId> <version>${project.version}</version> |