diff options
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 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> @@ -419,7 +419,7 @@ <dependency> <groupId>javax.xml.bind</groupId> - <artifactId>:jaxb-api</artifactId> + <artifactId>jaxb-api</artifactId> <version>2.2.1</version> </dependency> |