summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-16 14:54:54 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-16 14:54:54 +0100
commit981f27984005c49605114c4ff0f2f1bb24bbd034 (patch)
tree78955c21f7c069d526d2cc92212170f38641f847 /build.gradle
parent8075e59b7dbbe9018977824eb71909022669a4f5 (diff)
Add Rome dependency.
Change-Id: I5240e5aebe9197127d1db45de6329c00e39fdd55
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 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}"
}
}