build.gradle
compile group: 'org.elasticsearch', name: 'elasticsearch', version: '2.4.5'
compile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '2.1.9.RELEASE'
compile "org.hibernate:hibernate-envers:5.1.0.Final"
compile("org.liquibase:liquibase-core:${liquibase_core_version}") {
exclude(module: 'jetty-servlet')
}
compile "com.mattbertolini:liquibase-slf4j:${liquibase_slf4j_version}"
compile "org.springframework.boot:spring-boot-actuator"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.springframework.boot:spring-boot-loader-tools"
compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-starter-aop"
compile ("org.springframework.boot:spring-boot-starter-data-jpa"){
exclude(module: 'hibernate-core')
//exclude(module: 'spring-data-jpa')
}
//compile group: 'org.springframework.data', name: 'spring-data-releasetrain', version: 'Lovelace-SR1', ext: 'pom'
compile "org.springframework.data:spring-data-commons:2.0.9.RELEASE"