diff options
author | 2024-11-12 09:05:47 +0000 | |
---|---|---|
committer | 2024-11-12 09:09:18 +0000 | |
commit | a09fb4761658ac818e54e7095d7b0b6ad35324bb (patch) | |
tree | c56910f2239f7c4b21d513ffde1a29aaa9282dca /models-interactions/model-simulators | |
parent | cd9cbc8d353e24bfff76049e187bd5f2216bf71d (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-simulators')
-rw-r--r-- | models-interactions/model-simulators/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/models-interactions/model-simulators/pom.xml b/models-interactions/model-simulators/pom.xml index 3755ceea1..8cbb4109e 100644 --- a/models-interactions/model-simulators/pom.xml +++ b/models-interactions/model-simulators/pom.xml @@ -142,22 +142,6 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-api</artifactId> - </dependency> - <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-core</artifactId> - </dependency> - <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-netty</artifactId> - </dependency> - <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-stub</artifactId> - </dependency> - <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> </dependency> |