diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-25 05:38:27 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-25 05:38:27 +0100 |
commit | 4e29a24af279dd9c62b65a30570fdd6cbe805e8e (patch) | |
tree | 62dc87cf52d4e9d11a83d7c7fc09316aa965d776 /build.gradle | |
parent | 74c19d013e85c038eaeeec424d6ad55d1c8055d0 (diff) |
Add Jsoup dependency.
Change-Id: Ia93f12b36f45dd0735f29a9c2d836d91131422f2
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 8136ed5..7f9b905 100644 --- a/build.gradle +++ b/build.gradle @@ -65,6 +65,8 @@ dependencies { testImplementation 'io.quarkus:quarkus-junit5' testImplementation 'io.rest-assured:rest-assured' + implementation 'org.jsoup:jsoup:1.12.1' + constraints { implementation "com.vladmihalcea:hibernate-types-52:${hibernateTypesVersion}" implementation "org.mapstruct:mapstruct:${mapstructVersion}" |