|
168 | 168 | <junit.version>4.13.2</junit.version>
|
169 | 169 | <junit.jupiter.version>5.11.2</junit.jupiter.version>
|
170 | 170 | <junit.vintage.version>5.11.2</junit.vintage.version>
|
171 |
| - <json-smart.version>2.5.2</json-smart.version> |
172 | 171 | <kafka.version>2.5.0</kafka.version>
|
173 | 172 | <kryo.version>5.5.0</kryo.version>
|
174 | 173 | <reflectasm.version>1.11.9</reflectasm.version>
|
|
221 | 220 | <jjwt.version>0.10.5</jjwt.version>
|
222 | 221 | <re2j.version>1.2</re2j.version>
|
223 | 222 | <rs-api.version>2.0.1</rs-api.version>
|
224 |
| - <json-path.version>2.9.0</json-path.version> |
225 | 223 | <janino.version>3.1.12</janino.version>
|
226 | 224 | <datasketches.version>2.0.0</datasketches.version>
|
227 | 225 | <spotbugs.version>4.8.6</spotbugs.version>
|
|
1306 | 1304 | <artifactId>re2j</artifactId>
|
1307 | 1305 | <version>${re2j.version}</version>
|
1308 | 1306 | </dependency>
|
1309 |
| - <dependency> |
1310 |
| - <groupId>com.jayway.jsonpath</groupId> |
1311 |
| - <artifactId>json-path</artifactId> |
1312 |
| - <version>${json-path.version}</version> |
1313 |
| - <scope>runtime</scope> |
1314 |
| - <exclusions> |
1315 |
| - <exclusion> |
1316 |
| - <groupId>net.minidev</groupId> |
1317 |
| - <artifactId>json-smart</artifactId> |
1318 |
| - </exclusion> |
1319 |
| - </exclusions> |
1320 |
| - </dependency> |
1321 |
| - <dependency> |
1322 |
| - <groupId>net.minidev</groupId> |
1323 |
| - <artifactId>json-smart</artifactId> |
1324 |
| - <version>${json-smart.version}</version> |
1325 |
| - <scope>runtime</scope> |
1326 |
| - </dependency> |
1327 | 1307 | <dependency>
|
1328 | 1308 | <groupId>org.codehaus.janino</groupId>
|
1329 | 1309 | <artifactId>commons-compiler</artifactId>
|
|
0 commit comments