git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@133008 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3d79c690d2
commit
8897ba1cd1
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue