diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-22 07:45:06 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-22 07:45:06 -0400 |
commit | 1f3c718338364db35ef73f1dedbe5a1679172f78 (patch) | |
tree | cb6fd66204f745a5885f634739007438917a8b17 /features | |
parent | e6b9133f88c3b8da88c125a5e63c2caad66a9fd7 (diff) |
Re-add grpc-client
Re-add grpc-client, which had been commented out due to circular
dependency between sli/adaptors and apps repositories.
Change-Id: Ife4c9c03f4f9f26993a3976ae12639b3c4964b80
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index cf7bae32..59966087 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -43,6 +43,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> + --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-grpc-client</artifactId> @@ -50,7 +51,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> - --> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-netbox-client</artifactId> |