aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-03-29 16:23:22 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-29 16:23:22 +0000
commit93cf648403bea83d05104f4a0fd487f770eb38de (patch)
treef0e446448a7839eb3b3b7b9453b50b17a7d862a1
parente31bf31f3c68e87fe97d8b6787d618d1526c6769 (diff)
parent862083f07c2a50508e0756a017e1adbffab1daed (diff)
Merge "Add the toString method to jaxb generated classes"
-rw-r--r--aai-schema/pom.xml11
1 files changed, 11 insertions, 0 deletions
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 @@
<version>RELEASE</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jvnet.jaxb2_commons</groupId>
+ <artifactId>jaxb2-basics</artifactId>
+ <version>0.11.1</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -89,6 +94,7 @@
<extension>true</extension>
<arguments>
<argument>-Xannotate</argument>
+ <argument>-XtoString</argument>
</arguments>
</configuration>
</execution>
@@ -96,6 +102,11 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
+ <artifactId>jaxb2-basics</artifactId>
+ <version>0.11.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-annotate</artifactId>
<version>1.0.2</version>
</dependency>