25 lines
923 B
Diff
25 lines
923 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Cryptite <cryptite@gmail.com>
|
|
Date: Tue, 2 May 2023 07:54:02 -0500
|
|
Subject: [PATCH] Add jackson
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 25ec51f3d299414cd122b3f125a67a86df7a3d73..4ae0234060c33952760c298bff343370aba3ab1a 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -19,6 +19,13 @@ dependencies {
|
|
exclude("io.papermc.paper", "paper-api")
|
|
}
|
|
// Slice end
|
|
+
|
|
+ // Slice start - JSON logging for DataDog ingestion
|
|
+ implementation("com.fasterxml.jackson.core:jackson-core:2.13.0")
|
|
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.13.0")
|
|
+ implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.0")
|
|
+ // Slice end
|
|
+
|
|
// Paper start
|
|
implementation("org.jline:jline-terminal-jansi:3.21.0")
|
|
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|