Skip to content

Commit 439cbda

Browse files
committed
removed MapDB
1 parent 08b8f3e commit 439cbda

File tree

2 files changed

+0
-638
lines changed

2 files changed

+0
-638
lines changed

pom.xml

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
<properties>
2020
<commons-beanutils.version>1.9.4</commons-beanutils.version>
2121
<httpcomponents.version>4.4.10</httpcomponents.version>
22-
<mapdb.version>3.0.7</mapdb.version>
2322
<gson.version>2.8.5</gson.version>
2423
<commons-io.version>2.4</commons-io.version>
25-
<eclipse-collections.version>9.2.0</eclipse-collections.version>
2624
<lombok.version>1.18.12</lombok.version>
2725
<retrofit.version>2.9.0</retrofit.version>
2826
<okhttp3.logging-interceptor.version>3.14.0</okhttp3.logging-interceptor.version>
@@ -131,28 +129,6 @@
131129
<artifactId>logging-interceptor</artifactId>
132130
</dependency>
133131

134-
<!-- Analytics -->
135-
136-
<dependency>
137-
<groupId>org.mapdb</groupId>
138-
<artifactId>mapdb</artifactId>
139-
</dependency>
140-
141-
<dependency>
142-
<groupId>org.eclipse.collections</groupId>
143-
<artifactId>eclipse-collections</artifactId>
144-
</dependency>
145-
146-
<dependency>
147-
<groupId>org.eclipse.collections</groupId>
148-
<artifactId>eclipse-collections-api</artifactId>
149-
</dependency>
150-
151-
<dependency>
152-
<groupId>org.eclipse.collections</groupId>
153-
<artifactId>eclipse-collections-forkjoin</artifactId>
154-
</dependency>
155-
156132
<!-- Xatkit Internal -->
157133

158134
<dependency>
@@ -292,41 +268,6 @@
292268
<version>${unirest.version}</version>
293269
</dependency>
294270

295-
296-
<!-- Analytics -->
297-
298-
<dependency>
299-
<groupId>org.mapdb</groupId>
300-
<artifactId>mapdb</artifactId>
301-
<version>${mapdb.version}</version>
302-
<exclusions>
303-
<exclusion>
304-
<groupId>com.google.guava</groupId>
305-
<artifactId>guava</artifactId>
306-
</exclusion>
307-
</exclusions>
308-
</dependency>
309-
310-
<!-- Fix the Eclipse collections version, MapDB uses the latest one by default -->
311-
<!-- This version is compatible with the Neo4jPlatform -->
312-
<dependency>
313-
<groupId>org.eclipse.collections</groupId>
314-
<artifactId>eclipse-collections</artifactId>
315-
<version>${eclipse-collections.version}</version>
316-
</dependency>
317-
318-
<dependency>
319-
<groupId>org.eclipse.collections</groupId>
320-
<artifactId>eclipse-collections-api</artifactId>
321-
<version>${eclipse-collections.version}</version>
322-
</dependency>
323-
324-
<dependency>
325-
<groupId>org.eclipse.collections</groupId>
326-
<artifactId>eclipse-collections-forkjoin</artifactId>
327-
<version>${eclipse-collections.version}</version>
328-
</dependency>
329-
330271
</dependencies>
331272

332273
</dependencyManagement>

0 commit comments

Comments
 (0)