aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-06-22 20:54:14 +0200
committerMartin Stockhammer <martin_s@apache.org>2020-06-22 20:54:14 +0200
commit6d5d91d2b02e019b9446ee334561c82c01975e5f (patch)
tree35f37610c25e3afc2cfb9ef117bd1c6ad286e799 /pom.xml
parent167c3358564295ec3e28113bb9242d28500674ea (diff)
downloadarchiva-6d5d91d2b02e019b9446ee334561c82c01975e5f.tar.gz
archiva-6d5d91d2b02e019b9446ee334561c82c01975e5f.zip
Dependency cleanup of rest-api
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 877c6ab72..de753ba86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1859,8 +1859,13 @@
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <version>2.3.3</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</dependencyManagement>