Mercurial > hg > Members > shoshi > jungle > bulletinboard
changeset 8:2deeb26967e4
Added exclusions sl4j in pom.xml
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 28 Jan 2014 06:22:51 +0900 |
parents | a051a107abf2 |
children | 5383ee926c6f |
files | pom.xml |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Fri Jan 24 17:39:55 2014 +0900 +++ b/pom.xml Tue Jan 28 06:22:51 2014 +0900 @@ -35,6 +35,16 @@ <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>1.2.1</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.eaio.uuid</groupId>