From a348f0a98aea416a894e8f899ca7cdf6030483d8 Mon Sep 17 00:00:00 2001 From: Jonathan Poston Date: Wed, 20 Jul 2022 11:12:46 -0400 Subject: [PATCH] deps: include jackson-core --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3a1744..fb45121 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.jfposton yt-dlp-java - 2.0 + 2.0.1 jar Yt-Dlp wrapper @@ -43,6 +43,11 @@ 4.13.2 + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-annotations