Skip to content

Commit 9d0c43a

Browse files
author
Jan-Olav Eide
committed
compensate for lacking dep-mgmt
1 parent 2f970f9 commit 9d0c43a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

token-client-kotlin-demo/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
<kotlin.code.style>official</kotlin.code.style>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<main.class>io.ktor.server.netty.EngineMain</main.class>
16-
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
16+
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
1717
</properties>
1818
<dependencies>
19+
<dependency>
20+
<groupId>com.fasterxml.jackson.core</groupId>
21+
<artifactId>jackson-core</artifactId>
22+
<version>2.17.0</version>
23+
</dependency>
1924
<dependency>
2025
<groupId>io.ktor</groupId>
2126
<artifactId>ktor-server-content-negotiation-jvm</artifactId>

0 commit comments

Comments
 (0)