summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f903800..bd812b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.4.0.CR1</quarkus.platform.version>
+ <basic-annotations.version>0.2.0</basic-annotations.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<flexmark.version>0.61.10</flexmark.version>
<hibernate.version>5.4.14.Final</hibernate.version>
@@ -58,6 +59,14 @@
<version>${hibernate-types.version}</version>
</dependency>
+ <!-- Annotations -->
+ <dependency>
+ <groupId>pl.tlinkowski.annotation</groupId>
+ <artifactId>pl.tlinkowski.annotation.basic</artifactId>
+ <version>${basic-annotations.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
@@ -215,6 +224,13 @@
<artifactId>hibernate-types-52</artifactId>
</dependency>
+ <!-- Annotations -->
+ <dependency>
+ <groupId>pl.tlinkowski.annotation</groupId>
+ <artifactId>pl.tlinkowski.annotation.basic</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Jsoup -->
<dependency>
<groupId>org.jsoup</groupId>