Skip to content
Snippets Groups Projects
Commit 807a0910 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4589 OZG-4644 Exclude quarkus dependencies

parent 6f9e569b
No related branches found
No related tags found
No related merge requests found
...@@ -116,8 +116,8 @@ ...@@ -116,8 +116,8 @@
<version>${user-manager.version}</version> <version>${user-manager.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>io.grpc</groupId> <groupId>io.quarkus</groupId>
<artifactId>grpc-core</artifactId> <artifactId>quarkus-grpc</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>org.jboss.slf4j</groupId> <groupId>org.jboss.slf4j</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment