use SystemLambda instead of custom environment mocks

This commit is contained in:
2021-03-29 20:49:44 +02:00
parent 639d0e3c5b
commit c43ec190ca
4 changed files with 105 additions and 132 deletions

View File

@ -138,6 +138,12 @@
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-lambda</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@ -286,7 +292,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.0.5</version>
<version>6.1.3</version>
<executions>
<execution>
<goals>