make system-lambda dependency test-only (#58)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5e2d37797e
commit
63e7af552f
@ -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
|
||||||
|
1
pom.xml
1
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user