From 1e7674cf4880e21b24442c01914c2bcf9c00cb7b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 18 Apr 2020 20:28:51 +0200 Subject: Add nullability constraints everywhere. Change-Id: I80577b7784006070f29ce11af4e6fd87c10363bf --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f903800..bd812b8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ io.quarkus 1.4.0.CR1 + 0.2.0 3.0.2 0.61.10 5.4.14.Final @@ -58,6 +59,14 @@ ${hibernate-types.version} + + + pl.tlinkowski.annotation + pl.tlinkowski.annotation.basic + ${basic-annotations.version} + provided + + org.jsoup @@ -215,6 +224,13 @@ hibernate-types-52 + + + pl.tlinkowski.annotation + pl.tlinkowski.annotation.basic + provided + + org.jsoup -- cgit v1.2.3