Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 47d32e633 -> 11e1a869c
  refs/heads/master 939a75d9d -> 11637433d


Make Swagger2 sample work again


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/11e1a869
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/11e1a869
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/11e1a869

Branch: refs/heads/3.1.x-fixes
Commit: 11e1a869c20da768d15ea16b1651f29a897f09df
Parents: 47d32e6
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Dec 28 09:00:15 2016 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Dec 28 09:00:15 2016 +0100

----------------------------------------------------------------------
 .../main/release/samples/jax_rs/description_swagger2/pom.xml    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/11e1a869/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
----------------------------------------------------------------------
diff --git 
a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml 
b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index 9a9ab91..18ac55f 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -82,6 +82,11 @@
             <version>3.1.10-SNAPSHOT</version>
         </dependency>
         <dependency>
+          <groupId>com.fasterxml.jackson.jaxrs</groupId>
+          <artifactId>jackson-jaxrs-json-provider</artifactId>
+          <version>2.6.6</version>
+        </dependency>
+        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-webapp</artifactId>
         </dependency>

Reply via email to