|
@@ -63,22 +63,18 @@
|
|
|
<artifactId>similarity</artifactId>
|
|
|
<version>1.1</version>
|
|
|
<exclusions>
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <artifactId>logback-access</artifactId>-->
|
|
|
-<!-- <groupId>ch.qos.logback</groupId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <artifactId>logback-classic</artifactId>-->
|
|
|
-<!-- <groupId>ch.qos.logback</groupId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <artifactId>logback-core</artifactId>-->
|
|
|
-<!-- <groupId>ch.qos.logback</groupId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
<exclusion>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.google.collections</groupId>
|
|
|
+ <artifactId>google-collections</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|