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 15
15
<plugin >
16
16
<groupId >org.jvnet.jaxb2.maven2</groupId >
17
17
<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 >
26
18
</plugin >
27
19
</plugins >
28
20
</build >
29
21
30
22
<dependencies >
31
- <!-- Commons -->
32
23
<dependency >
33
24
<groupId >commons-io</groupId >
34
25
<artifactId >commons-io</artifactId >
43
34
<version >1.10</version >
44
35
</dependency >
45
36
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
-
53
37
<!-- Tests -->
54
38
<dependency >
55
39
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 153
153
<plugin >
154
154
<groupId >org.jvnet.jaxb2_commons</groupId >
155
155
<artifactId >jaxb2-basics</artifactId >
156
- <version >0.9.5 </version >
156
+ <version >0.9.4 </version >
157
157
</plugin >
158
158
<plugin >
159
159
<groupId >org.jvnet.jaxb2_commons</groupId >
You can’t perform that action at this time.
0 commit comments