From 50a8fe8dfe728ee7046033134e280e907952daf7 Mon Sep 17 00:00:00 2001
From: HelloCoCooo <46306510+HelloCoCooo@users.noreply.github.com>
Date: Tue, 20 Oct 2020 11:03:25 +0800
Subject: [PATCH] Fix the dependency conflict issue
---
rdf-properties/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/rdf-properties/pom.xml b/rdf-properties/pom.xml
index 804814b87c..19436e442e 100644
--- a/rdf-properties/pom.xml
+++ b/rdf-properties/pom.xml
@@ -113,5 +113,10 @@ ga('send', 'pageview');
log4j
${log4j.version}
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.9.6
+