This commit is contained in:
Massimiliano Assante 2016-10-10 15:56:57 +00:00
parent 3d79c690d2
commit 8897ba1cd1
1 changed files with 6 additions and 0 deletions

View File

@ -575,6 +575,12 @@
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax-thrift</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.netflix.astyanax</groupId>