diff --git a/service/pom.xml b/service/pom.xml index 7a710b21e9eaca78e5a30ae09c22c25941587816..b126504366d7c9ceb8625e9da50f191c09505419 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -41,6 +41,12 @@ <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-circuitbreaker</artifactId> <version>${resilience4j.version}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>io.github.resilience4j</groupId> @@ -123,6 +129,12 @@ <groupId>org.whispersystems</groupId> <artifactId>gcm-sender-async</artifactId> <version>0.1.6</version> + <exclusions> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>