You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/10 15:19:55 UTC

[2/7] syncope git commit: Adding YAML dependency in order to use Swagger UI for build-tools

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ò <il...@apache.org>
Authored: Tue Jul 10 17:17:51 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
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>