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/11637433
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/11637433
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/11637433

Branch: refs/heads/master
Commit: 11637433df089a638e173d1ef57441e7456cf2ea
Parents: 939a75d
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:30 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/11637433/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 5d203ac..040f2e3 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.2.0-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