diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:18:49 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:18:49 +0000 |
commit | f71c441d3dc17b35e54407fb3917369f89f50734 (patch) | |
tree | ed81aaa63512de15702a4daf6f75d91e6c0ff65a /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | 1b3e5938251d93bb848cb23c6e815ace1d0c0747 (diff) | |
download | archiva-f71c441d3dc17b35e54407fb3917369f89f50734.tar.gz archiva-f71c441d3dc17b35e54407fb3917369f89f50734.zip |
jaxb api is used so declare it
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160649 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 | 9 |
1 files changed, 9 insertions, 0 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 cf2bb75be..f997b56bf 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 @@ -34,6 +34,11 @@ </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-repository-admin</artifactId> + </dependency> + + <dependency> <groupId>org.codehaus.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> @@ -44,6 +49,10 @@ </exclusions> </dependency> <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>:jaxb-api</artifactId> + </dependency> + <dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </dependency> |