Skip to content

Commit 26f65c5

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2 parents 30275cb + ff2e767 commit 26f65c5

File tree

2 files changed

+12
-9
lines changed
  • spring-cloud-contract-stub-runner-boot
  • spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin

2 files changed

+12
-9
lines changed

spring-cloud-contract-stub-runner-boot/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-contract-spec-kotlin</artifactId>
2424
</dependency>
25+
<dependency>
26+
<groupId>org.springframework.cloud</groupId>
27+
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
28+
<!--Because of the docker creation process explicit version is needed-->
29+
<version>4.1.6</version>
30+
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.cloud</groupId>
33+
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
34+
<!--Because of the docker creation process explicit version is needed-->
35+
<version>4.1.6</version>
36+
</dependency>
2537
<dependency>
2638
<groupId>org.springframework.boot</groupId>
2739
<artifactId>spring-boot-starter-web</artifactId>

spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,6 @@
311311
</activation>
312312
<build>
313313
<plugins>
314-
<plugin>
315-
<groupId>org.sonatype.central</groupId>
316-
<artifactId>central-publishing-maven-plugin</artifactId>
317-
<configuration>
318-
<excludeArtifacts>
319-
<artifact>spring-cloud-contract-gradle-plugin</artifact>
320-
</excludeArtifacts>
321-
</configuration>
322-
</plugin>
323314
<plugin>
324315
<groupId>org.codehaus.mojo</groupId>
325316
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)