|
32 | 32 | </parent> |
33 | 33 | <artifactId>java-driver-core-shaded</artifactId> |
34 | 34 | <name>Java driver for Scylla and Apache Cassandra(R) - core with shaded deps</name> |
35 | | - <dependencyManagement> |
36 | | - <dependencies> |
37 | | - <dependency> |
38 | | - <groupId>${project.groupId}</groupId> |
39 | | - <artifactId>java-driver-bom</artifactId> |
40 | | - <version>${project.version}</version> |
41 | | - <type>pom</type> |
42 | | - <scope>import</scope> |
43 | | - </dependency> |
44 | | - </dependencies> |
45 | | - </dependencyManagement> |
| 35 | + <description>Shaded distribution of the ScyllaDB Java Driver core module with relocated third-party dependencies.</description> |
| 36 | + <url>https://github.com/scylladb/java-driver</url> |
| 37 | + <licenses> |
| 38 | + <license> |
| 39 | + <name>Apache License, Version 2.0</name> |
| 40 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 41 | + <distribution>repo</distribution> |
| 42 | + <comments>Apache License Version 2.0</comments> |
| 43 | + </license> |
| 44 | + </licenses> |
46 | 45 | <dependencies> |
47 | 46 | <!-- |
48 | 47 | Declare a dependency to the core driver itself so that all its classes get included; |
|
297 | 296 | --> |
298 | 297 | <additionalDependencies> |
299 | 298 | <additionalDependency> |
300 | | - <groupId>org.jctools</groupId> |
301 | | - <artifactId>jctools-core</artifactId> |
302 | | - <version>4.0.5</version> |
| 299 | + <groupId>org.xerial.snappy</groupId> |
| 300 | + <artifactId>snappy-java</artifactId> |
| 301 | + <version>${snappy.version}</version> |
| 302 | + </additionalDependency> |
| 303 | + <additionalDependency> |
| 304 | + <groupId>org.lz4</groupId> |
| 305 | + <artifactId>lz4-java</artifactId> |
| 306 | + <version>${lz4.version}</version> |
| 307 | + </additionalDependency> |
| 308 | + <additionalDependency> |
| 309 | + <groupId>org.apache.tinkerpop</groupId> |
| 310 | + <artifactId>gremlin-core</artifactId> |
| 311 | + <version>${tinkerpop.version}</version> |
| 312 | + </additionalDependency> |
| 313 | + <additionalDependency> |
| 314 | + <groupId>org.apache.tinkerpop</groupId> |
| 315 | + <artifactId>tinkergraph-gremlin</artifactId> |
| 316 | + <version>${tinkerpop.version}</version> |
303 | 317 | </additionalDependency> |
304 | 318 | <additionalDependency> |
305 | 319 | <groupId>com.esri.geometry</groupId> |
306 | 320 | <artifactId>esri-geometry-api</artifactId> |
307 | | - <version>2.2.4</version> |
| 321 | + <version>${esri.version}</version> |
308 | 322 | </additionalDependency> |
309 | 323 | </additionalDependencies> |
310 | 324 | </configuration> |
|
0 commit comments