diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-07 18:12:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-07 18:12:39 +0000 |
commit | 0bda5f046513a3350bb783b3f963a3b7223aa03f (patch) | |
tree | f88fc09cf469df70575782b2c4cd67ac515644f6 /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | 729f7da56ed26459b138527a40e4d2080924d909 (diff) | |
download | archiva-0bda5f046513a3350bb783b3f963a3b7223aa03f.tar.gz archiva-0bda5f046513a3350bb783b3f963a3b7223aa03f.zip |
no more need of jaxb-api we are now 1.6 required
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370410 13f79535-47bb-0310-9956-ffa450edef68
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 | 4 |
1 files changed, 0 insertions, 4 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 5918e31dc..01ae14bb1 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 @@ -76,10 +76,6 @@ </exclusions> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - </dependency> - <dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </dependency> |