Relax enforcer rules to allow for snapshot dependencies
diff --git a/pom.xml b/pom.xml
index 46c3988..3e1ca50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,6 +224,7 @@
                                     <message>Always define plugin versions!</message>
                                     <banLatest>true</banLatest>
                                     <banRelease>true</banRelease>
+                                    <banSnapshots>false</banSnapshots>
                                 </requirePluginVersions>
                             </rules>
                         </configuration>