]> source.dussan.org Git - archiva.git/commitdiff
oups fix typo
authorOlivier Lamy <olamy@apache.org>
Tue, 23 Aug 2011 12:19:02 +0000 (12:19 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 23 Aug 2011 12:19:02 +0000 (12:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160650 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml
pom.xml

index f997b56bf86c9e212302df2abc09b8eef95a8422..aaf0e26c37eff7674200ab6d9a19c8cd967259f1 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index d60a28b79c08ca379c2d1b87b96292085047d319..c535223dff69921161c9d65d2c13c88fb7efc165 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
       <dependency>
         <groupId>javax.xml.bind</groupId>
-        <artifactId>:jaxb-api</artifactId>
+        <artifactId>jaxb-api</artifactId>
         <version>2.2.1</version>
       </dependency>