File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 74
74
<version >${wire.mock.version} </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
+ <dependency >
78
+ <groupId >jakarta.xml.bind</groupId >
79
+ <artifactId >jakarta.xml.bind-api</artifactId >
80
+ <version >4.0.0</version >
81
+ </dependency >
82
+ <dependency >
83
+ <groupId >com.sun.xml.bind</groupId >
84
+ <artifactId >jaxb-impl</artifactId >
85
+ <version >4.0.0</version >
86
+ <scope >runtime</scope >
87
+ </dependency >
77
88
</dependencies >
78
89
79
90
<build >
85
96
<plugin >
86
97
<groupId >org.codehaus.mojo</groupId >
87
98
<artifactId >jaxb2-maven-plugin</artifactId >
88
- <version >2.5 .0</version >
99
+ <version >3.1 .0</version >
89
100
<executions >
90
101
<execution >
91
102
<id >xjc</id >
131
142
<feign .form.spring.version>3.8.0</feign .form.spring.version>
132
143
<spring .cloud.openfeign.version>3.1.2</spring .cloud.openfeign.version>
133
144
<wire .mock.version>2.33.2</wire .mock.version>
145
+ <jakarta .xml.bind.version>4.0.0</jakarta .xml.bind.version>
134
146
</properties >
135
147
136
148
</project >
Original file line number Diff line number Diff line change 726
726
<module >dozer</module >
727
727
<module >drools</module >
728
728
<module >dubbo</module >
729
- <!-- < module>feign</module> --> <!-- JAVA-20337 -- >
729
+ <module >feign</module >
730
730
<module >gcp-firebase</module >
731
731
<module >geotools</module >
732
732
<module >google-auto-project</module >
970
970
<module >dozer</module >
971
971
<module >drools</module >
972
972
<module >dubbo</module >
973
- <!-- < module>feign</module> --> <!-- JAVA-20337 -- >
973
+ <module >feign</module >
974
974
<module >gcp-firebase</module >
975
975
<module >geotools</module >
976
976
<module >google-auto-project</module >
You can’t perform that action at this time.
0 commit comments