diff --git a/hawkbit-ddi-resource/pom.xml b/hawkbit-ddi-resource/pom.xml
index d5ba2c21c..7524bcaf3 100644
--- a/hawkbit-ddi-resource/pom.xml
+++ b/hawkbit-ddi-resource/pom.xml
@@ -36,7 +36,11 @@
hawkbit-repository
${project.version}
-
+
+ io.springfox
+ springfox-core
+ 2.0.3
+
diff --git a/hawkbit-mgmt-resource/pom.xml b/hawkbit-mgmt-resource/pom.xml
index db9535591..5d248e7c1 100644
--- a/hawkbit-mgmt-resource/pom.xml
+++ b/hawkbit-mgmt-resource/pom.xml
@@ -34,6 +34,11 @@
commons-io
2.4
+
+ io.springfox
+ springfox-core
+ 2.0.3
+
diff --git a/hawkbit-system-resource/pom.xml b/hawkbit-system-resource/pom.xml
index 7c00b3fec..0c9fb5019 100644
--- a/hawkbit-system-resource/pom.xml
+++ b/hawkbit-system-resource/pom.xml
@@ -29,6 +29,11 @@
hawkbit-rest-core
${project.version}
+
+ io.springfox
+ springfox-core
+ 2.0.3
+