|
|
|
@ -8,9 +8,14 @@
|
|
|
|
|
<artifactId>spring-boot-samples</artifactId>
|
|
|
|
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>spring-boot-sample-data-gemfire</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
<properties>
|
|
|
|
|
<artifactId>spring-boot-sample-data-elasticsearch</artifactId>
|
|
|
|
|
<name>Spring Boot Data Elasticsearch Sample</name>
|
|
|
|
|
<description>Spring Boot Data Elasticsearch Sample</description>
|
|
|
|
|
<url>http://projects.spring.io/spring-boot/</url>
|
|
|
|
|
<organization>
|
|
|
|
|
<name>Pivotal Software, Inc.</name>
|
|
|
|
|
<url>http://www.spring.io</url>
|
|
|
|
|
</organization> <properties>
|
|
|
|
|
<main.basedir>${basedir}/../..</main.basedir>
|
|
|
|
|
</properties>
|
|
|
|
|
<dependencies>
|
|
|
|
|