From 8f4a108f3b997fa683266608353756776808b348 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 26 Feb 2020 11:39:09 +0800 Subject: [PATCH] include kotlin jackson in CI tests (#5438) --- pom.xml | 1 + samples/client/petstore/kotlin-gson/pom.xml | 2 +- .../client/petstore/kotlin-jackson/pom.xml | 46 +++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 samples/client/petstore/kotlin-jackson/pom.xml diff --git a/pom.xml b/pom.xml index 756482a822fd..44091515bdfc 100644 --- a/pom.xml +++ b/pom.xml @@ -1445,6 +1445,7 @@ samples/client/petstore/erlang-proper samples/client/petstore/kotlin-multiplatform samples/client/petstore/kotlin/ + samples/client/petstore/kotlin-jackson/ samples/client/petstore/kotlin-gson/ samples/client/petstore/kotlin-nonpublic/ samples/client/petstore/kotlin-nullable/ diff --git a/samples/client/petstore/kotlin-gson/pom.xml b/samples/client/petstore/kotlin-gson/pom.xml index 46e3845d39ba..56d7495846bc 100644 --- a/samples/client/petstore/kotlin-gson/pom.xml +++ b/samples/client/petstore/kotlin-gson/pom.xml @@ -1,6 +1,6 @@ 4.0.0 - io.swagger + org.openapitools KotlinGsonPetstoreClientTests pom 1.0-SNAPSHOT diff --git a/samples/client/petstore/kotlin-jackson/pom.xml b/samples/client/petstore/kotlin-jackson/pom.xml new file mode 100644 index 000000000000..76eedb89596d --- /dev/null +++ b/samples/client/petstore/kotlin-jackson/pom.xml @@ -0,0 +1,46 @@ + + 4.0.0 + org.openapitools + KotlinJacksonPetstoreClientTests + pom + 1.0-SNAPSHOT + Kotlin Jackson Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + bundle-test + integration-test + + exec + + + gradle + + test + + + + + + + +