From 7c244620b122aa7cde755d168fcd0a8f8f5ad1ad Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 9 Oct 2009 06:11:15 +0000 Subject: [PATCH] CSPACE-518: Mvn goals failing when run from the root dir of the ID service - missing version for the "jaxb-impl" artifact --- services/id/jaxb/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/id/jaxb/pom.xml b/services/id/jaxb/pom.xml index 129a1dc27..110a83c6b 100644 --- a/services/id/jaxb/pom.xml +++ b/services/id/jaxb/pom.xml @@ -82,6 +82,7 @@ com.sun.xml.bind jaxb-impl + 2.1.9 -- 2.47.3