diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index d2d3a77fd..c5f062876 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -192,7 +192,7 @@ </dependency> <dependency> <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> + <artifactId>javax.ws.rs-api</artifactId> </dependency> <dependency> <groupId>org.apache.archiva.redback.components</groupId> |