Skip to content

Commit 562b911

Browse files
authored
Fix dependencies (#6)
1 parent 227f6c4 commit 562b911

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-validation</artifactId>
5353
</dependency>
54+
<dependency>
55+
<groupId>org.springframework.cloud</groupId>
56+
<artifactId>spring-cloud-starter-vault-config</artifactId>
57+
</dependency>
5458
<dependency>
5559
<groupId>org.springframework.boot</groupId>
5660
<artifactId>spring-boot-starter-actuator</artifactId>

src/test/java/dev/vality/alerting/tg/bot/WebhookControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
@SpringBootTest
2424
@TestPropertySource(properties = {
25+
"spring.cloud.vault.enabled=false",
2526
"spring.mvc.pathmatch.matching-strategy=ant_path_matcher",
2627
"bot.token=test",
2728
"bot.name=vality_alerting_bot",

0 commit comments

Comments
 (0)