summaryrefslogtreecommitdiffstats
path: root/predicate-search/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-06-15 22:53:07 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-06-15 22:53:07 +0200
commit89fbf25a8c1ce831a5fd1e0a418b6008be044bd9 (patch)
tree33b384045263a5ac6da35048695ab8fdd29bfb1e /predicate-search/pom.xml
parentd8c31e9bb2254244d521dfba6fbefd18e2fa7c46 (diff)
Use eclipse collections as gs collection was rebranded to eclipse and received continous development.
Diffstat (limited to 'predicate-search/pom.xml')
-rw-r--r--predicate-search/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/predicate-search/pom.xml b/predicate-search/pom.xml
index fa1bee2fe28..778ede93366 100644
--- a/predicate-search/pom.xml
+++ b/predicate-search/pom.xml
@@ -34,8 +34,12 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
- <groupId>com.goldmansachs</groupId>
- <artifactId>gs-collections</artifactId>
+ <groupId>org.eclipse.collections</groupId>
+ <artifactId>eclipse-collections</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.collections</groupId>
+ <artifactId>eclipse-collections-api</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>