diff --git a/checkstyle/config.xml b/checkstyle/config.xml
index 2b99e29fb..85a1cdc65 100644
--- a/checkstyle/config.xml
+++ b/checkstyle/config.xml
@@ -18,4 +18,6 @@
+
+
diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml
index 3875722d5..59845ab3b 100644
--- a/checkstyle/suppressions.xml
+++ b/checkstyle/suppressions.xml
@@ -1,7 +1,7 @@
+ "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
diff --git a/pom.xml b/pom.xml
index 90f3092bf..24b7d4b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
multi
8.18
+ 0.0.3.RELEASE
3.0.0
3.1.11
2.1.10.BUILD-SNAPSHOT
@@ -281,22 +282,27 @@
checkstyle
${checkstyle.version}
+
+ io.spring.nohttp
+ nohttp-checkstyle
+ ${nohttp.version}
+
-
- checkstyle/config.xml
- checkstyle/suppressions.xml
- checkstyle/java-header.txt
- ${project.build.sourceEncoding}
- true
- true
- true
-
maven-checkstyle-plugin
+
+ checkstyle/config.xml
+ checkstyle/suppressions.xml
+ checkstyle/java-header.txt
+ ${project.build.sourceEncoding}
+ true
+ true
+ true
+
validate
diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsTests.java
index 330e3a4b7..0277134ad 100644
--- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsTests.java
+++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsTests.java
@@ -42,7 +42,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* @author: Vince Bickers
- * @see http://stackoverflow.com/questions/17224887/java-spring-transactional-method-not-rolling-back-as-expected
+ * @see https://stackoverflow.com/questions/17224887/java-spring-transactional-method-not-rolling-back-as-expected
* @see DATAGRAPH-602
*/
@ContextConfiguration(classes = { ExtendedTransactionsTests.ApplicationConfig.class })