diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 19:52:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 19:52:55 +0000 |
commit | 2a9645d2cab4041e54b401ecf60fc7949d076dfc (patch) | |
tree | acdde1bf98f4b925d27ff02ae82637cc64b2c3da /features/ccsdk-sli-adaptors-all/pom.xml | |
parent | e6921b58cd80c4fb41dbaf11fb579a5662df17af (diff) | |
parent | ed7162521270d33da1bdc57286b23c64e23e5b0f (diff) |
Merge "Rework property file load logic for grpc & netbox"
Diffstat (limited to 'features/ccsdk-sli-adaptors-all/pom.xml')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index 68ad0f77..1e3ba8ad 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -44,6 +44,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> + --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-grpc-client</artifactId> @@ -51,7 +52,6 @@ <type>xml</type> <classifier>features</classifier> </dependency> - --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-netbox-client</artifactId> |