Files
spring-data-rest/spring-data-rest-tests/spring-data-rest-tests-geode/pom.xml
2020-03-31 14:59:41 +02:00

35 lines
965 B
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.3.0.RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Spring Data REST Tests - Gemfire</name>
<artifactId>spring-data-rest-tests-gemfire</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.3.0.RC1</version>
<type>test-jar</type>
</dependency>
<!-- Gemfire -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>${springdata.geode}</version>
</dependency>
</dependencies>
</project>