diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:19:02 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:19:02 +0000 |
commit | 92ee4582312f113a73f8836d155ccf099fd889e4 (patch) | |
tree | 003604ef825a960c06ab9e8680beac6c80d2e175 /archiva-modules | |
parent | f71c441d3dc17b35e54407fb3917369f89f50734 (diff) | |
download | archiva-92ee4582312f113a73f8836d155ccf099fd889e4.tar.gz archiva-92ee4582312f113a73f8836d155ccf099fd889e4.zip |
oups fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 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 f997b56bf..aaf0e26c3 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 @@ -50,7 +50,7 @@ </dependency> <dependency> <groupId>javax.xml.bind</groupId> - <artifactId>:jaxb-api</artifactId> + <artifactId>jaxb-api</artifactId> </dependency> <dependency> <groupId>javax.ws.rs</groupId> |