File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
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 >
18
26
</plugin >
19
27
</plugins >
20
28
</build >
21
29
22
30
<dependencies >
31
+ <!-- Commons -->
23
32
<dependency >
24
33
<groupId >commons-io</groupId >
25
34
<artifactId >commons-io</artifactId >
34
43
<version >1.10</version >
35
44
</dependency >
36
45
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
+
37
53
<!-- Tests -->
38
54
<dependency >
39
55
<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.4 </version >
156
+ <version >0.9.5 </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