Parametrized maven; fixes gh-813

This commit is contained in:
Marcin Grzejszczak
2019-02-18 11:57:33 +01:00
parent ab49216445
commit 4747adf9bc
8 changed files with 27 additions and 12 deletions

View File

@@ -20,6 +20,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-shade</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.dreamhead</groupId>
@@ -29,6 +35,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-verifier</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-shade</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>