Skip to content

Commit f226bde

Browse files
committed
Add spring-cloud-deployer-spi as a specific dependency
1 parent 00397e9 commit f226bde

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@
164164
<version>${spring-cloud-deployer.version}</version>
165165
<scope>test</scope>
166166
</dependency>
167+
<dependency>
168+
<groupId>org.springframework.cloud</groupId>
169+
<artifactId>spring-cloud-deployer-spi</artifactId>
170+
<version>${spring-cloud-deployer.version}</version>
171+
<scope>test</scope>
172+
</dependency>
167173
<dependency>
168174
<groupId>org.springframework.cloud</groupId>
169175
<artifactId>spring-cloud-stream-binder-test</artifactId>

spring-cloud-consul-binder/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<artifactId>spring-cloud-deployer-local</artifactId>
3737
<scope>test</scope>
3838
</dependency>
39+
<dependency>
40+
<groupId>org.springframework.cloud</groupId>
41+
<artifactId>spring-cloud-deployer-spi</artifactId>
42+
<scope>test</scope>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.springframework.cloud</groupId>
4146
<artifactId>spring-cloud-test-support</artifactId>

0 commit comments

Comments
 (0)