Merge "Add the toString method to jaxb generated classes"
authorJames Forsyth <jf2512@att.com>
Fri, 29 Mar 2019 16:23:22 +0000 (16:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 29 Mar 2019 16:23:22 +0000 (16:23 +0000)
aai-schema/pom.xml

index 456e888..3042c59 100644 (file)
             <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>
                             <extension>true</extension>
                             <arguments>
                                 <argument>-Xannotate</argument>
+                                <argument>-XtoString</argument>
                             </arguments>
                         </configuration>
                     </execution>
                 </executions>
                 <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>