|
64 | 64 | </exclusion> |
65 | 65 | </exclusions> |
66 | 66 | </dependency> |
67 | | - <dependency> |
68 | | - <groupId>co.elastic.logging</groupId> |
69 | | - <artifactId>logback-ecs-encoder</artifactId> |
70 | | - <version>1.3.2</version> |
| 67 | + <dependency> |
| 68 | + <groupId>co.elastic.logging</groupId> |
| 69 | + <artifactId>logback-ecs-encoder</artifactId> |
| 70 | + <version>1.3.2</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.springframework.boot</groupId> |
|
106 | 106 | <artifactId>spring-boot-starter-tomcat</artifactId> |
107 | 107 | <scope>provided</scope> |
108 | 108 | </dependency> |
109 | | - <!-- |
110 | | - https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client --> |
| 109 | + <!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client --> |
111 | 110 | <dependency> |
112 | 111 | <groupId>org.glassfish.jersey.core</groupId> |
113 | 112 | <artifactId>jersey-client</artifactId> |
|
240 | 239 | <artifactId>jackson-datatype-joda</artifactId> |
241 | 240 | <version>2.17.0</version> |
242 | 241 | </dependency> |
243 | | - <!-- |
244 | | - https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
| 242 | + <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
245 | 243 | <dependency> |
246 | 244 | <groupId>com.fasterxml.jackson.core</groupId> |
247 | 245 | <artifactId>jackson-databind</artifactId> |
|
253 | 251 | <artifactId>jackson-core</artifactId> |
254 | 252 | <version>2.17.0-rc1</version> |
255 | 253 | </dependency> |
| 254 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> |
| 255 | + <dependency> |
| 256 | + <groupId>io.jsonwebtoken</groupId> |
| 257 | + <artifactId>jjwt-api</artifactId> |
| 258 | + <version>0.12.6</version> |
| 259 | + </dependency> |
| 260 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-impl --> |
| 261 | + <dependency> |
| 262 | + <groupId>io.jsonwebtoken</groupId> |
| 263 | + <artifactId>jjwt-impl</artifactId> |
| 264 | + <version>0.12.6</version> |
| 265 | + <scope>runtime</scope> |
| 266 | + </dependency> |
| 267 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> |
| 268 | + <dependency> |
| 269 | + <groupId>io.jsonwebtoken</groupId> |
| 270 | + <artifactId>jjwt-jackson</artifactId> |
| 271 | + <version>0.12.6</version> |
| 272 | + <scope>runtime</scope> |
| 273 | + </dependency> |
256 | 274 | <!-- end newly added dependencies --> |
257 | 275 | </dependencies> |
258 | 276 |
|
|
273 | 291 | <artifactId>maven-jar-plugin</artifactId> |
274 | 292 | <version>3.0.2</version> |
275 | 293 | </plugin> |
276 | | - |
| 294 | + |
277 | 295 | <plugin> |
278 | 296 | <groupId>pl.project13.maven</groupId> |
279 | 297 | <artifactId>git-commit-id-plugin</artifactId> |
|
364 | 382 | ${target-properties} and |
365 | 383 | ${source-properties} |
366 | 384 | </echo> |
367 | | - <concat destfile="${target-properties}" |
368 | | - append="yes" |
| 385 | + <concat destfile="${target-properties}" append="yes" |
369 | 386 | force="yes"> |
370 | 387 | <fileset file="${source-properties}"> |
371 | 388 | </fileset> |
|
416 | 433 | </execution> |
417 | 434 | </executions> |
418 | 435 | </plugin> |
| 436 | + |
419 | 437 | <plugin> |
420 | 438 | <groupId>org.apache.maven.plugins</groupId> |
421 | 439 | <artifactId>maven-checkstyle-plugin</artifactId> |
|
444 | 462 | </execution> |
445 | 463 | </executions> |
446 | 464 | </plugin> |
| 465 | + |
447 | 466 | </plugins> |
448 | 467 | </build> |
449 | 468 | <reporting> |
|
0 commit comments