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/5c4b1e2e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5c4b1e2e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5c4b1e2e Branch: refs/heads/master Commit: 5c4b1e2e21e101c0295b545ac23b4308801b877b Parents: 2c3754b Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 10 17:17:51 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:19:31 2018 +0200 ---------------------------------------------------------------------- fit/build-tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/5c4b1e2e/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index 411c061..4d14785 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>
