|
19 | 19 |
|
20 | 20 | <properties> |
21 | 21 | <!-- Application --> |
22 | | - <java.version>1.8</java.version> |
| 22 | + <java.version>21</java.version> |
23 | 23 | <spring-cloud.version>2021.0.1</spring-cloud.version> |
24 | 24 | <start-class>it.finanze.sanita.fse2.ms.iniclient.INIClientApplication</start-class> |
25 | 25 | <!-- Build --> |
|
187 | 187 | <groupId>commons-collections</groupId> |
188 | 188 | <artifactId>commons-collections</artifactId> |
189 | 189 | </exclusion> |
190 | | - <exclusion> |
191 | | - <groupId>org.owasp.esapi</groupId> |
192 | | - <artifactId>esapi</artifactId> |
193 | | - </exclusion> |
194 | 190 | </exclusions> |
195 | 191 | </dependency> |
196 | 192 |
|
|
200 | 196 | <artifactId>commons-collections</artifactId> |
201 | 197 | <version>3.2.2</version> |
202 | 198 | </dependency> |
203 | | - |
204 | | - <dependency> |
205 | | - <groupId>org.owasp.esapi</groupId> |
206 | | - <artifactId>esapi</artifactId> |
207 | | - <version>2.5.4.0</version> |
208 | | - </dependency> |
| 199 | + |
209 | 200 |
|
210 | 201 | <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on --> |
211 | 202 | <dependency> |
|
214 | 205 | <version>1.70</version> |
215 | 206 | </dependency> |
216 | 207 |
|
217 | | - <!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api --> |
| 208 | +<!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api --> |
218 | 209 | <dependency> |
219 | 210 | <groupId>javax.jws</groupId> |
220 | 211 | <artifactId>javax.jws-api</artifactId> |
221 | 212 | <version>1.1</version> |
222 | 213 | </dependency> |
223 | | - <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api --> |
| 214 | +<!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api --> |
224 | 215 | <dependency> |
225 | 216 | <groupId>javax.xml.ws</groupId> |
226 | 217 | <artifactId>jaxws-api</artifactId> |
|
286 | 277 | <version>5.2.0</version> |
287 | 278 | </dependency> |
288 | 279 |
|
289 | | - |
290 | 280 | </dependencies> |
291 | 281 |
|
292 | 282 | <dependencyManagement> |
|
315 | 305 | <plugin> |
316 | 306 | <groupId>org.jacoco</groupId> |
317 | 307 | <artifactId>jacoco-maven-plugin</artifactId> |
318 | | - <version>0.8.8</version> |
| 308 | + <version>0.8.11</version> |
319 | 309 | <configuration> |
320 | 310 | <excludes> |
321 | 311 | <exclude>src/main/java/ihe/**/*.*</exclude> |
|
0 commit comments