|
50 | 50 | <aws-lambda-java-events.version>2.0.1</aws-lambda-java-events.version>
|
51 | 51 | <system-lambda.version>1.1.0</system-lambda.version>
|
52 | 52 | <urm.version>2.0.0</urm.version>
|
53 |
| - <javassist.version>3.27.0-GA</javassist.version> |
54 | 53 | <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
|
55 | 54 | <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
|
56 | 55 | <license-maven-plugin.version>4.1</license-maven-plugin.version>
|
57 | 56 | <urm-maven-plugin.version>1.4.8</urm-maven-plugin.version>
|
58 |
| - <commons-io.version>2.7</commons-io.version> |
59 |
| - <istack-commons-runtime.version>4.0.1</istack-commons-runtime.version> |
60 | 57 | <!-- SonarCloud -->
|
61 | 58 | <sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
62 | 59 | <sonar.organization>iluwatar</sonar.organization>
|
|
266 | 263 | <artifactId>mongo-java-driver</artifactId>
|
267 | 264 | <version>${mongo-java-driver.version}</version>
|
268 | 265 | </dependency>
|
269 |
| - <dependency> |
270 |
| - <groupId>org.javassist</groupId> |
271 |
| - <artifactId>javassist</artifactId> |
272 |
| - <version>${javassist.version}</version> |
273 |
| - </dependency> |
274 | 266 | <dependency>
|
275 | 267 | <groupId>com.github.stefanbirkner</groupId>
|
276 | 268 | <artifactId>system-lambda</artifactId>
|
277 | 269 | <version>${system-lambda.version}</version>
|
278 | 270 | <scope>test</scope>
|
279 | 271 | </dependency>
|
280 |
| - <dependency> |
281 |
| - <groupId>commons-io</groupId> |
282 |
| - <artifactId>commons-io</artifactId> |
283 |
| - <version>${commons-io.version}</version> |
284 |
| - </dependency> |
285 |
| - <dependency> |
286 |
| - <groupId>com.sun.istack</groupId> |
287 |
| - <artifactId>istack-commons-runtime</artifactId> |
288 |
| - <version>${istack-commons-runtime.version}</version> |
289 |
| - </dependency> |
290 | 272 | </dependencies>
|
291 | 273 | </dependencyManagement>
|
292 | 274 | <dependencies>
|
|
0 commit comments