From 06095d633eebf793de831018883b5052c9a39111 Mon Sep 17 00:00:00 2001 From: catbref Date: Fri, 13 Sep 2019 14:14:11 +0100 Subject: [PATCH] Modify pom.xml for Qortal & add ConciseSet ConciseSet provided by io.druid.extendedset but we need to exclude older versions of jackson-xml --- pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4c786d9..a5fb1da8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.qora - qora-core - 2.0.0-SNAPSHOT + qortal + 0.9 jar UTF-8 @@ -335,6 +335,23 @@ commons-text 1.4 + + + io.druid + extendedset + 0.12.3 + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + commons-net