|
76 | 76 | <httpclient.version>4.5.14</httpclient.version> |
77 | 77 | <httpcore.version>4.4.16</httpcore.version> |
78 | 78 | <jackson.version>2.20.1</jackson.version> |
| 79 | + <jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version> |
| 80 | + <jaxb-impl.version>3.0.2</jaxb-impl.version> |
79 | 81 | <jsoup.version>1.21.2</jsoup.version> |
80 | 82 | <junit.version>6.0.1</junit.version> |
81 | 83 | <license-maven-plugin.version>5.0.0</license-maven-plugin.version> |
|
167 | 169 | </dependency> |
168 | 170 | <dependency> |
169 | 171 | <groupId>com.fasterxml.jackson.module</groupId> |
170 | | - <artifactId>jackson-module-jaxb-annotations</artifactId> |
171 | | - <exclusions> |
172 | | - <exclusion> |
173 | | - <groupId>javax.xml.bind</groupId> |
174 | | - <artifactId>jaxb-api</artifactId> |
175 | | - </exclusion> |
176 | | - </exclusions> |
| 172 | + <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId> |
177 | 173 | </dependency> |
178 | 174 | <dependency> |
179 | 175 | <groupId>commons-beanutils</groupId> |
180 | 176 | <artifactId>commons-beanutils</artifactId> |
181 | 177 | <version>${commons-beanutils.version}</version> |
182 | 178 | </dependency> |
183 | 179 | <dependency> |
184 | | - <groupId>javax.activation</groupId> |
185 | | - <artifactId>javax.activation-api</artifactId> |
186 | | - <version>1.2.0</version> |
187 | | - </dependency> |
188 | | - <dependency> |
189 | | - <groupId>javax.xml.bind</groupId> |
190 | | - <artifactId>jaxb-api</artifactId> |
191 | | - <version>2.3.1</version> |
| 180 | + <groupId>jakarta.xml.bind</groupId> |
| 181 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 182 | + <version>${jakarta.xml.bind-api.version}</version> |
192 | 183 | </dependency> |
193 | 184 | <dependency> |
194 | 185 | <groupId>net.sf.ehcache</groupId> |
|
200 | 191 | <artifactId>httpclient</artifactId> |
201 | 192 | <version>${httpclient.version}</version> |
202 | 193 | </dependency> |
203 | | - <dependency> |
204 | | - <groupId>org.glassfish.jaxb</groupId> |
205 | | - <artifactId>jaxb-runtime</artifactId> |
206 | | - <version>2.3.1</version> |
207 | | - </dependency> |
208 | 194 | <dependency> |
209 | 195 | <groupId>org.jsoup</groupId> |
210 | 196 | <artifactId>jsoup</artifactId> |
|
214 | 200 | <groupId>org.slf4j</groupId> |
215 | 201 | <artifactId>slf4j-api</artifactId> |
216 | 202 | </dependency> |
| 203 | + <dependency> |
| 204 | + <groupId>com.sun.xml.bind</groupId> |
| 205 | + <artifactId>jaxb-impl</artifactId> |
| 206 | + <version>${jaxb-impl.version}</version> |
| 207 | + <scope>runtime</scope> |
| 208 | + </dependency> |
217 | 209 | <!-- Needed for HttpClient --> |
218 | 210 | <dependency> |
219 | 211 | <groupId>org.slf4j</groupId> |
|
0 commit comments