Rev 784 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 784 | Rev 790 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | <dependency>
|
19 | <dependency>
|
| 20 | <groupId>com.fasterxml.jackson.core</groupId> |
20 | <groupId>com.fasterxml.jackson.core</groupId> |
| 21 | <artifactId>jackson-databind</artifactId> |
21 | <artifactId>jackson-databind</artifactId> |
| 22 | <version>2.17.0</version> |
22 | <version>2.17.0</version> |
| 23 | </dependency>
|
23 | </dependency>
|
| - | 24 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
|
| - | 25 | <dependency>
|
|
| - | 26 | <groupId>org.apache.commons</groupId> |
|
| - | 27 | <artifactId>commons-lang3</artifactId> |
|
| - | 28 | <version>3.19.0</version> |
|
| - | 29 | </dependency>
|
|
| 24 | </dependencies>
|
30 | </dependencies>
|
| 25 | 31 | ||
| 26 | </project>
|
32 | </project>
|