File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1515 <plugin >
1616 <groupId >org.jvnet.jaxb2.maven2</groupId >
1717 <artifactId >maven-jaxb2-plugin</artifactId >
18- <configuration >
19- <args >
20- <arg >-Xinheritance</arg >
21- <arg >-Xvalue-constructor</arg >
22- <arg >-Xequals</arg >
23- <arg >-XhashCode</arg >
24- </args >
25- </configuration >
2618 </plugin >
2719 </plugins >
2820 </build >
2921
3022 <dependencies >
31- <!-- Commons -->
3223 <dependency >
3324 <groupId >commons-io</groupId >
3425 <artifactId >commons-io</artifactId >
4334 <version >1.10</version >
4435 </dependency >
4536
46- <!-- JAXB runtime -->
47- <dependency >
48- <groupId >org.jvnet.jaxb2_commons</groupId >
49- <artifactId >jaxb2-basics-runtime</artifactId >
50- <version >0.9.5</version >
51- </dependency >
52-
5337 <!-- Tests -->
5438 <dependency >
5539 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 153153 <plugin >
154154 <groupId >org.jvnet.jaxb2_commons</groupId >
155155 <artifactId >jaxb2-basics</artifactId >
156- <version >0.9.5 </version >
156+ <version >0.9.4 </version >
157157 </plugin >
158158 <plugin >
159159 <groupId >org.jvnet.jaxb2_commons</groupId >
You can’t perform that action at this time.
0 commit comments