diff --git a/pom.xml b/pom.xml
index 2d8b333b741..4d6ddd104f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,7 @@
2.9
1.9.1
3.0.0-M3
+ 1.1.0
3.2.4
3.1.1
4.1.3
@@ -417,6 +418,39 @@
protobuf-maven-plugin
${protobuf.plugin.version}
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ ${maven-enforcer-plugin.version}
+
+
+ de.skuzzle.enforcer
+ restrict-imports-enforcer-rule
+ ${restrict-imports.enforcer.version}
+
+
+
+
+ banned-illegal-imports
+ process-sources
+
+ enforce
+
+
+
+
+ true
+ Use SLF4j for logging
+
+ org.apache.commons.logging.Log
+ org.apache.commons.logging.LogFactory
+
+
+
+
+
+
+