diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2021-04-21 15:12:21 -0400 |
---|---|---|
committer | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2021-04-22 06:57:26 -0400 |
commit | 2a9e24633357a063884d088262cb04074cab9bf7 (patch) | |
tree | 77a8bdd377a0f5cb3b79f0f1ea73e3284493c652 /common/pom.xml | |
parent | 51d287b37c88fcd6582aac1db310b7ef8145a80f (diff) |
Update CDS and grpc dependencies
Issue-ID: SO-3628
Change-Id: Ia1c5c3d2d38d83609410c94068cd0d4533d9ad40
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/common/pom.xml b/common/pom.xml index f1541314ec..391c281d40 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -12,10 +12,10 @@ <description>MSO Common classes:- Logger</description> <properties> - <grpc.version>1.17.1</grpc.version> - <protobuf.version>3.6.1</protobuf.version> + <grpc.version>1.25.0</grpc.version> + <protobuf.version>3.10.0</protobuf.version> <grpc.netty.version>4.1.30.Final</grpc.netty.version> - <ccsdk.version>0.4.2</ccsdk.version> + <ccsdk.version>1.1.2</ccsdk.version> </properties> <dependencies> @@ -177,9 +177,15 @@ </dependency> <!-- CDS dependencies --> <dependency> - <groupId>org.onap.ccsdk.cds.components</groupId> - <artifactId>proto-definition</artifactId> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> + <artifactId>blueprint-proto</artifactId> <version>${ccsdk.version}</version> + <exclusions> + <exclusion> + <groupId>io.springfox</groupId> + <artifactId>springfox-boot-starter</artifactId> + </exclusion> + </exclusions> </dependency> <!-- protobuf dependencies --> |