Files
spring-data-rest/spring-data-rest-tests/spring-data-rest-tests-geode/pom.xml
2020-08-12 12:00:21 +02:00

39 lines
1.0 KiB
XML

<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>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Spring Data REST Tests - Geode</name>
<artifactId>spring-data-rest-tests-geode</artifactId>
<properties>
<java-module-name>spring.data.rest.tests.geode</java-module-name>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.4.0-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<!-- Geode -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>${springdata.geode}</version>
</dependency>
</dependencies>
</project>