|
19 | 19 | <properties> |
20 | 20 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
21 | 21 | <httpcomponents.version>4.4.10</httpcomponents.version> |
22 | | - <mapdb.version>3.0.7</mapdb.version> |
23 | 22 | <gson.version>2.8.5</gson.version> |
24 | 23 | <commons-io.version>2.4</commons-io.version> |
25 | | - <eclipse-collections.version>9.2.0</eclipse-collections.version> |
26 | 24 | <lombok.version>1.18.12</lombok.version> |
27 | 25 | <retrofit.version>2.9.0</retrofit.version> |
28 | 26 | <okhttp3.logging-interceptor.version>3.14.0</okhttp3.logging-interceptor.version> |
|
131 | 129 | <artifactId>logging-interceptor</artifactId> |
132 | 130 | </dependency> |
133 | 131 |
|
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 | | - |
156 | 132 | <!-- Xatkit Internal --> |
157 | 133 |
|
158 | 134 | <dependency> |
|
292 | 268 | <version>${unirest.version}</version> |
293 | 269 | </dependency> |
294 | 270 |
|
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 | | - |
330 | 271 | </dependencies> |
331 | 272 |
|
332 | 273 | </dependencyManagement> |
|
0 commit comments