Adding YAML dependency in order to use Swagger UI for build-tools
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d7479420 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d7479420 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d7479420 Branch: refs/heads/2_1_X Commit: d74794203a90a068b97958b2526f73b235be4b42 Parents: 7c6ab5e Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 10 17:17:51 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:18:50 2018 +0200 ---------------------------------------------------------------------- fit/build-tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d7479420/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index b2d100a..204eae5 100644 --- a/fit/build-tools/pom.xml +++ b/fit/build-tools/pom.xml @@ -102,6 +102,10 @@ under the License. <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.jaxrs</groupId> + <artifactId>jackson-jaxrs-yaml-provider</artifactId> + </dependency> <dependency> <groupId>org.webjars</groupId>
