File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 62
62
<artifactId >jaxb-impl</artifactId >
63
63
<scope >provided</scope >
64
64
</dependency >
65
+ <dependency >
66
+ <groupId >com.sun.xml.bind</groupId >
67
+ <artifactId >jaxb-core</artifactId >
68
+ <scope >provided</scope >
69
+ </dependency >
65
70
<dependency >
66
71
<groupId >com.sun.xml.bind</groupId >
67
72
<artifactId >jaxb-xjc</artifactId >
81
86
<build >
82
87
<defaultGoal >install</defaultGoal >
83
88
</build >
84
- </project >
89
+ </project >
Original file line number Diff line number Diff line change 200
200
<artifactId >jaxb-impl</artifactId >
201
201
<version >${jaxb.version} </version >
202
202
</dependency >
203
+ <dependency >
204
+ <groupId >com.sun.xml.bind</groupId >
205
+ <artifactId >jaxb-core</artifactId >
206
+ <version >${jaxb.version} </version >
207
+ </dependency >
203
208
<dependency >
204
209
<groupId >com.sun.xml.bind</groupId >
205
210
<artifactId >jaxb-xjc</artifactId >
You can’t perform that action at this time.
0 commit comments