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 6262 <artifactId >jaxb-impl</artifactId >
6363 <scope >provided</scope >
6464 </dependency >
65+ <dependency >
66+ <groupId >com.sun.xml.bind</groupId >
67+ <artifactId >jaxb-core</artifactId >
68+ <scope >provided</scope >
69+ </dependency >
6570 <dependency >
6671 <groupId >com.sun.xml.bind</groupId >
6772 <artifactId >jaxb-xjc</artifactId >
8186 <build >
8287 <defaultGoal >install</defaultGoal >
8388 </build >
84- </project >
89+ </project >
Original file line number Diff line number Diff line change 200200 <artifactId >jaxb-impl</artifactId >
201201 <version >${jaxb.version} </version >
202202 </dependency >
203+ <dependency >
204+ <groupId >com.sun.xml.bind</groupId >
205+ <artifactId >jaxb-core</artifactId >
206+ <version >${jaxb.version} </version >
207+ </dependency >
203208 <dependency >
204209 <groupId >com.sun.xml.bind</groupId >
205210 <artifactId >jaxb-xjc</artifactId >
You can’t perform that action at this time.
0 commit comments