This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit 6d5d91d2b02e019b9446ee334561c82c01975e5f Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Jun 22 20:54:14 2020 +0200 Dependency cleanup of rest-api --- .../archiva-web/archiva-rest/archiva-rest-api/pom.xml | 17 ++++------------- pom.xml | 7 ++++++- status-dep.txt | 4 ++++ 3 files changed, 14 insertions(+), 14 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 9a64d1d..5a62d7e 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> diff --git a/pom.xml b/pom.xml index 877c6ab..de753ba 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> diff --git a/status-dep.txt b/status-dep.txt index 1651bec..9c0428a 100644 --- a/status-dep.txt +++ b/status-dep.txt @@ -57,6 +57,10 @@ archiva-modules problem-reports repository-statistics stage-repository-merge + + archiva-web + archiva-rest + archiva-rest-api
