comparison pom.xml @ 46:fd3643699f83

modified pom.xml. fix conflict log4j libraries
author one
date Fri, 12 Jul 2013 11:27:00 +0900
parents d8ee57a1c2c6
children 25edf76b65dc
comparison
equal deleted inserted replaced
45:bf3dc481cc9b 46:fd3643699f83
37 </dependency> 37 </dependency>
38 <dependency> 38 <dependency>
39 <groupId>org.apache.cassandra</groupId> 39 <groupId>org.apache.cassandra</groupId>
40 <artifactId>cassandra-all</artifactId> 40 <artifactId>cassandra-all</artifactId>
41 <version>1.2.1</version> 41 <version>1.2.1</version>
42 </dependency> 42 <exclusions>
43 <dependency> 43 <exclusion>
44 <groupId>com.eaio.uuid</groupId> 44 <groupId>org.slf4j</groupId>
45 <artifactId>uuid</artifactId> 45 <artifactId>slf4j-log4j12</artifactId>
46 <version>3.2</version> 46 </exclusion>
47 <exclusion>
48 <groupId>log4j</groupId>
49 <artifactId>log4j</artifactId>
50 </exclusion>
51 </exclusions>
52
47 </dependency> 53 </dependency>
48 <dependency> 54 <dependency>
49 <groupId>jungle</groupId> 55 <groupId>jungle</groupId>
50 <artifactId>jungle-core</artifactId> 56 <artifactId>jungle-core</artifactId>
51 <version>0.0.1-SNAPSHOT</version> 57 <version>0.0.1-SNAPSHOT</version>
52 </dependency> 58 </dependency>
59 <dependency>
60 <groupId>com.github.stephenc.eaio-uuid</groupId>
61 <artifactId>uuid</artifactId>
62 <version>3.3.0</version>
63 </dependency>
53 </dependencies> 64 </dependencies>
54 </project> 65 </project>