diff --git a/pom.xml b/pom.xml
index 3e526a3c..f22810a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,10 +191,12 @@
com.fasterxml.jackson.core
jackson-annotations
+ compile
com.fasterxml.jackson.core
jackson-core
+ compile
com.fasterxml.jackson.core
@@ -210,42 +212,27 @@
jsonld-java
compile
-
- com.h2database
- h2
-
com.sun.mail
dsn
2.0.1
+ compile
- io.swagger.core.v3
- swagger-annotations-jakarta
+ com.sun.mail
+ jakarta.mail
+ 2.0.1
+ compile
jakarta.annotation
jakarta.annotation-api
-
-
- jakarta.inject
- jakarta.inject-api
-
-
- jakarta.persistence
- jakarta.persistence-api
-
-
- jakarta.servlet
- jakarta.servlet-api
+ compile
jakarta.validation
jakarta.validation-api
-
-
- jakarta.ws.rs
- jakarta.ws.rs-api
+ compile
org.eclipse.rdf4j
@@ -257,14 +244,16 @@
rdf4j-model-api
compile
+
+ org.glassfish.jersey.core
+ jersey-server
+ compile
+
org.hibernate.validator
hibernate-validator
8.0.1.Final
-
-
- org.mockito
- mockito-core
+ compile
org.mycore
@@ -274,6 +263,12 @@
org.mycore
mycore-orcid2
+ compile
+
+
+ org.mycore
+ mycore-restapi
+ compile
org.mycore
@@ -282,13 +277,39 @@
org.seleniumhq.selenium
selenium-support
- 3.141.59
+
+
+
+ net.bytebuddy
+ byte-buddy
+
+
commons-io
commons-io
provided
+
+ jakarta.persistence
+ jakarta.persistence-api
+ provided
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ provided
+
+
+ jakarta.ws.rs
+ jakarta.ws.rs-api
+ provided
+
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ provided
+
org.apache.logging.log4j
log4j-api
@@ -335,15 +356,20 @@
provided
- org.mycore
- mycore-restapi
- provided
+ com.h2database
+ h2
+ test
junit
junit
test
+
+ org.mockito
+ mockito-core
+ test
+
org.seleniumhq.selenium
selenium-api