diff --git pom.xml pom.xml
index 63d1e8a..b9b27f9 100644
--- pom.xml
+++ pom.xml
@@ -776,6 +776,28 @@
org.apache.maven.plugins
+ maven-enforcer-plugin
+
+
+ enforce-no-snapshots
+
+ enforce
+
+
+
+
+ Release builds are not allowed to have SNAPSHOT depenendencies
+ true
+ true
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
maven-surefire-plugin