make system-lambda dependency test-only (#58)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2021-11-21 11:33:13 +01:00
parent 5e2d37797e
commit 63e7af552f
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### Fix ### Fix
* Make `HTTPVaultConnectorBuilder#withPort(Integer)` null-safe (#56) * Make `HTTPVaultConnectorBuilder#withPort(Integer)` null-safe (#56)
* Make system-lambda dependency test-only (#58)
### Test ### Test
* Tested against Vault 1.9.0 * Tested against Vault 1.9.0

View File

@ -135,6 +135,7 @@
<groupId>com.github.stefanbirkner</groupId> <groupId>com.github.stefanbirkner</groupId>
<artifactId>system-lambda</artifactId> <artifactId>system-lambda</artifactId>
<version>1.2.0</version> <version>1.2.0</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.tomakehurst</groupId> <groupId>com.github.tomakehurst</groupId>