diff --git a/pom.xml b/pom.xml
index b3f2da68c9d6..bcc6f9c4916f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1446,6 +1446,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
+
+
+
+
+
+
+
+