summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r--eaaf_core/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 50d51400..6a939710 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -33,8 +33,8 @@
<artifactId>egiz-spring-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>javax.annotation-api</artifactId>
+ <groupId>jakarta.annotation</groupId>
+ <artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -86,8 +86,8 @@
<artifactId>commons-text</artifactId>
</dependency>
<dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-fileupload2-jakarta</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>