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 f9df4ced9b313333102d5f76dff20841a789e53f..1d78ff5def3357c4b4fed3e6b66f092c237c1a0b 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")
|