diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-22 20:54:14 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-22 20:54:14 +0200 |
commit | 6d5d91d2b02e019b9446ee334561c82c01975e5f (patch) | |
tree | 35f37610c25e3afc2cfb9ef117bd1c6ad286e799 /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | 167c3358564295ec3e28113bb9242d28500674ea (diff) | |
download | archiva-6d5d91d2b02e019b9446ee334561c82c01975e5f.tar.gz archiva-6d5d91d2b02e019b9446ee334561c82c01975e5f.zip |
Dependency cleanup of rest-api
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index 9a64d1d50..5a62d7ea6 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -60,10 +60,7 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-repository-scanner</artifactId> </dependency> - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>repository-statistics</artifactId> - </dependency> + <dependency> <groupId>org.apache.archiva</groupId> <artifactId>metadata-statistics-api</artifactId> @@ -116,18 +113,12 @@ </exclusion> </exclusions> </dependency> - - - <!-- normally not needed but here for wadl feature currently in cxf --> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-annotations</artifactId> - </dependency> + </dependencies> |