From 8995195e443bf713623930d6d89e1241118da08d Mon Sep 17 00:00:00 2001 From: SirWayne Date: Thu, 21 Apr 2016 15:53:02 +0200 Subject: [PATCH] Add springfox Signed-off-by: SirWayne --- hawkbit-ddi-resource/pom.xml | 6 +++++- hawkbit-mgmt-resource/pom.xml | 5 +++++ hawkbit-system-resource/pom.xml | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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 +