Replaced javax.annotation with jakarta.annotation.
Change-Id: Ieab946df4b09280beb1048de556ad12d446b0207
diff --git a/full/pom.xml b/full/pom.xml
index 5ddf970..c58e24b 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -15,7 +15,7 @@
<flyway.version>9.21.1</flyway.version>
<log4j.version>2.20.0</log4j.version>
<krill.version>[0.61.4,)</krill.version>
- <koral.version>[0.40.1,)</koral.version>
+ <koral.version>[0.41,)</koral.version>
</properties>
<profiles>
<profile>
@@ -455,11 +455,11 @@
<version>0.4</version>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>de.ids_mannheim.korap</groupId>
@@ -784,11 +784,11 @@
<version>2.1.2</version>
</dependency>
- <!--<dependency>
+ <dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
- </dependency>-->
+ </dependency>
<!-- OAuth -->
<dependency>