We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f970f9 commit 9d0c43aCopy full SHA for 9d0c43a
token-client-kotlin-demo/pom.xml
@@ -13,9 +13,14 @@
13
<kotlin.code.style>official</kotlin.code.style>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
<main.class>io.ktor.server.netty.EngineMain</main.class>
16
- <kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
+ <kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
17
</properties>
18
<dependencies>
19
+ <dependency>
20
+ <groupId>com.fasterxml.jackson.core</groupId>
21
+ <artifactId>jackson-core</artifactId>
22
+ <version>2.17.0</version>
23
+ </dependency>
24
<dependency>
25
<groupId>io.ktor</groupId>
26
<artifactId>ktor-server-content-negotiation-jvm</artifactId>
0 commit comments