Repository: syncope Updated Branches: refs/heads/2_0_X 81ebac170 -> c2c4ab62a refs/heads/2_1_X 7c6ab5e9b -> ab4239e62 refs/heads/master 2c3754b2c -> 4dbb78769
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/c2c4ab62 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c2c4ab62 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c2c4ab62 Branch: refs/heads/2_0_X Commit: c2c4ab62a4753b257400e225a97f2519f31f9bb6 Parents: 81ebac1 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 10 17:17:51 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:17:51 2018 +0200 ---------------------------------------------------------------------- fit/build-tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/c2c4ab62/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index 7bf64ba..ee9083d 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>
