mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-18 15:22:19 +02:00
use google guava instead of google collections
This commit is contained in:
@@ -66,6 +66,14 @@
|
||||
<artifactId>jersey-core</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- util -->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>11.0.2</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -131,14 +131,6 @@
|
||||
<version>${ehcache.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- utils -->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.collections</groupId>
|
||||
<artifactId>google-collections</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- only for BeanComparator, replace with own implementation -->
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user