From 981f27984005c49605114c4ff0f2f1bb24bbd034 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 16 Feb 2020 14:54:54 +0100 Subject: Add Rome dependency. Change-Id: I5240e5aebe9197127d1db45de6329c00e39fdd55 --- build.gradle | 5 +++-- gradle.properties | 1 + pom.xml | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7e7483a..f2ee661 100644 --- a/build.gradle +++ b/build.gradle @@ -73,9 +73,9 @@ dependencies { testImplementation 'io.quarkus:quarkus-junit5' testImplementation 'io.rest-assured:rest-assured' - implementation "org.jsoup:jsoup" - + implementation "com.rometools:rome" implementation "com.vladsch.flexmark:flexmark-all" + implementation "org.jsoup:jsoup" constraints { implementation "com.vladmihalcea:hibernate-types-52:${hibernateTypesVersion}" @@ -87,6 +87,7 @@ dependencies { implementation "org.bitbucket.b_c:jose4j:${jose4jVersion}" implementation "com.vladsch.flexmark:flexmark-all:${flexmarkVersion}" implementation "org.jsoup:jsoup:${jsoupVersion}" + implementation "com.rometools:rome:${romeVersion}" } } diff --git a/gradle.properties b/gradle.properties index b5982b6..65efece 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,6 +24,7 @@ jnaVersion = 5.5.0 jose4jVersion = 0.7.0 jsoupVersion = 1.12.2 mapstructVersion = 1.3.1.Final +romeVersion = 1.12.2 scalaVersion = 2.13.1 testcontainersVersion = 1.12.4 diff --git a/pom.xml b/pom.xml index 940ae36..9943ec4 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 5.5.0 1.12.2 1.3.1.Final + 1.12.2 1.12.5 @@ -69,6 +70,13 @@ ${flexmark.version} + + + com.rometools + rome + ${rome.version} + + net.java.dev.jna @@ -217,6 +225,12 @@ flexmark-all + + + com.rometools + rome + + org.bitbucket.b_c -- cgit v1.2.3