154 lines
4.5 KiB
XML
154 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-releasetrain</artifactId>
|
|
<version>Lovelace-SR6</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.data.build</groupId>
|
|
<artifactId>spring-data-build</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</parent>
|
|
|
|
<name>Spring Data Release Train - BOM</name>
|
|
<description>Bill of materials to make sure a consistent set of versions is used for Spring Data modules.</description>
|
|
<url>https://github.com/spring-projects/spring-data-build</url>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
|
|
<!-- Spring Data Cassandra -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-cassandra</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Commons -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-commons</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Couchbase -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-couchbase</artifactId>
|
|
<version>3.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Elasticsearch -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-elasticsearch</artifactId>
|
|
<version>3.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Gemfire -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-gemfire</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Geode -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-geode</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data JDBC -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-jdbc</artifactId>
|
|
<version>1.0.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data JPA -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data MongoDB -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-mongodb</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-mongodb-cross-store</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Neo4j -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-neo4j</artifactId>
|
|
<version>5.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Redis -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-redis</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data REST -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-webmvc</artifactId>
|
|
<version>3.1.6.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-core</artifactId>
|
|
<version>3.1.6.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-rest-hal-browser</artifactId>
|
|
<version>3.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Solr -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-solr</artifactId>
|
|
<version>4.0.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data KeyValue -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-keyvalue</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data Envers -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-envers</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
<!-- Spring Data LDAP -->
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-ldap</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
</project>
|