From 862083f07c2a50508e0756a017e1adbffab1daed Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Fri, 29 Mar 2019 12:13:14 -0400 Subject: Add the toString method to jaxb generated classes Issue-ID: AAI-2303 Change-Id: I969fd871f1971b3683b900c72f60cf7fdeadd9cd Signed-off-by: Kajur, Harish (vk250x) --- aai-schema/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 456e888..3042c59 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -57,6 +57,11 @@ RELEASE test + + org.jvnet.jaxb2_commons + jaxb2-basics + 0.11.1 + @@ -89,11 +94,17 @@ true -Xannotate + -XtoString + + org.jvnet.jaxb2_commons + jaxb2-basics + 0.11.1 + org.jvnet.jaxb2_commons jaxb2-basics-annotate -- cgit 1.2.3-korg