Removed all previous references to snpahosts. Removed explicit version declaration of Lombok as Boot sets that for us in 1.4. Upgraded Elasticsearch dependency to 2.2 and uncommented the actual sample module as it needs to be updated due to API changes in Elasticsearch and Spring Data Elasticsearch in turn. Adapt to API changes in entity lookup configuration for Spring Data REST. Tweaked Neo4j build setup by using the dedicated embedded driver JAR.
15 lines
552 B
XML
15 lines
552 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.data.examples</groupId>
|
|
<artifactId>spring-data-mongodb-examples</artifactId>
|
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>spring-data-mongodb-query-by-example</artifactId>
|
|
<name>Spring Data MongoDB - Query-by-Example (QBE)</name>
|
|
|
|
</project>
|