aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-11-12 09:05:47 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-11-12 09:09:18 +0000
commita09fb4761658ac818e54e7095d7b0b6ad35324bb (patch)
treec56910f2239f7c4b21d513ffde1a29aaa9282dca /models-interactions/model-impl
parentcd9cbc8d353e24bfff76049e187bd5f2216bf71d (diff)
Revert changes in models-impl/cds pom
- adding dependencies directly might have caused issues in drools-apps Issue-ID: POLICY-5158 Change-Id: I48be8f3fa45e124e1f9939546f12a1bccc0d790f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r--models-interactions/model-impl/cds/pom.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml
index 28643b1eb..73434a877 100644
--- a/models-interactions/model-impl/cds/pom.xml
+++ b/models-interactions/model-impl/cds/pom.xml
@@ -39,27 +39,12 @@
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
<artifactId>blueprint-proto</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-core</artifactId>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-stub</artifactId>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-api</artifactId>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
+ <version>1.29.0</version>
+ <scope>test</scope>
</dependency>
<!-- Policy dependencies -->