From 436e7e1e13edb43692f603a8bbf5e4dca794e733 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 18 Jun 2019 10:10:00 +0200 Subject: [PATCH] DATAREST-1398 - Integrate nohttp tooling into CI build profile. --- pom.xml | 33 +++++++++++++++++++ .../META-INF/spring/cache-config.xml | 4 +-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f23c79842..348862e9c 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,39 @@ + + + ci + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + + + + + + + + + + + **/* + .git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/cassandra.yaml + ./ + + + + + + + snapshot diff --git a/spring-data-rest-tests/spring-data-rest-tests-gemfire/src/test/resources/META-INF/spring/cache-config.xml b/spring-data-rest-tests/spring-data-rest-tests-gemfire/src/test/resources/META-INF/spring/cache-config.xml index a991aebfc..d7911f32c 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-gemfire/src/test/resources/META-INF/spring/cache-config.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-gemfire/src/test/resources/META-INF/spring/cache-config.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/gemfire https://www.springframework.org/schema/gemfire/spring-gemfire.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">