Dependency cleanup of rest-api

This commit is contained in:
Martin Stockhammer 2020-06-22 20:54:14 +02:00
parent 167c335856
commit 6d5d91d2b0
3 changed files with 14 additions and 14 deletions

View File

@ -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>

View File

@ -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>

View File

@ -57,6 +57,10 @@ archiva-modules
problem-reports
repository-statistics
stage-repository-merge
archiva-web
archiva-rest
archiva-rest-api