From 60e80b726f46349f9332c1492043b6b662f12c8a Mon Sep 17 00:00:00 2001 From: Paul Ebermann Date: Thu, 16 Mar 2017 17:27:37 +0100 Subject: [PATCH 1/2] Update petstore samples for scala client. --- samples/client/petstore/scala/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/scala/pom.xml b/samples/client/petstore/scala/pom.xml index 27055cbbdc6..f8c0f909c14 100644 --- a/samples/client/petstore/scala/pom.xml +++ b/samples/client/petstore/scala/pom.xml @@ -210,7 +210,7 @@ 1.2 2.2 1.19 - 1.5.9 + 1.5.12 1.0.5 1.0.0 2.4.2 From 2ecb4955ff848e5960da4a6985b44073d137107a Mon Sep 17 00:00:00 2001 From: Paul Ebermann Date: Thu, 16 Mar 2017 17:50:07 +0100 Subject: [PATCH 2/2] Fix missing dependency problem. --- .../swagger-codegen/src/main/resources/scala/pom.mustache | 5 +++++ samples/client/petstore/scala/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/modules/swagger-codegen/src/main/resources/scala/pom.mustache b/modules/swagger-codegen/src/main/resources/scala/pom.mustache index 742693511d1..f0292f5789d 100644 --- a/modules/swagger-codegen/src/main/resources/scala/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/scala/pom.mustache @@ -156,6 +156,11 @@ jackson-module-scala_2.10 ${jackson-version} + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson-version} + com.sun.jersey jersey-client diff --git a/samples/client/petstore/scala/pom.xml b/samples/client/petstore/scala/pom.xml index f8c0f909c14..e61ecd8f0f9 100644 --- a/samples/client/petstore/scala/pom.xml +++ b/samples/client/petstore/scala/pom.xml @@ -156,6 +156,11 @@ jackson-module-scala_2.10 ${jackson-version} + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson-version} + com.sun.jersey jersey-client