File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
spring-cloud-contract-starters
spring-cloud-starter-contract-stub-runner-jetty
spring-cloud-starter-contract-stub-runner
spring-cloud-starter-contract-verifier Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 88 <groupId >org.springframework.cloud</groupId >
99 <artifactId >spring-cloud-contract-parent</artifactId >
1010 <version >4.2.2-SNAPSHOT</version >
11+ <relativePath >../pom.xml</relativePath >
1112 </parent >
1213
1314 <artifactId >spring-cloud-contract-starters</artifactId >
Original file line number Diff line number Diff line change 77 <groupId >org.springframework.cloud</groupId >
88 <artifactId >spring-cloud-contract-starters</artifactId >
99 <version >4.2.2-SNAPSHOT</version >
10+ <relativePath >../../spring-cloud-contract-starters/pom.xml</relativePath >
1011 </parent >
11-
1212 <artifactId >spring-cloud-starter-contract-stub-runner-jetty</artifactId >
1313 <packaging >jar</packaging >
14-
1514 <name >Spring Cloud Contract Stub Runner Starter Jetty</name >
1615 <description >Spring Cloud Contract Stub Runner Jetty runs wiremock stubs with "native"
1716 jetty. Don't use this in a Spring Boot app with its own embedded container.
1817 </description >
19-
2018 <dependencies >
2119 <dependency >
2220 <groupId >org.springframework.cloud</groupId >
Original file line number Diff line number Diff line change 2424 <groupId >org.springframework.cloud</groupId >
2525 <artifactId >spring-cloud-contract-starters</artifactId >
2626 <version >4.2.2-SNAPSHOT</version >
27+ <relativePath >../../spring-cloud-contract-starters/pom.xml</relativePath >
2728 </parent >
28-
2929 <artifactId >spring-cloud-starter-contract-stub-runner</artifactId >
3030 <packaging >jar</packaging >
31-
3231 <name >Spring Cloud Contract Stub Runner Starter</name >
3332 <description >Spring Cloud Contract Stub Runner Starter</description >
34-
3533 <dependencies >
3634 <dependency >
3735 <groupId >org.springframework.cloud</groupId >
Original file line number Diff line number Diff line change 77 <groupId >org.springframework.cloud</groupId >
88 <artifactId >spring-cloud-contract-starters</artifactId >
99 <version >4.2.2-SNAPSHOT</version >
10+ <relativePath >../../spring-cloud-contract-starters/pom.xml</relativePath >
1011 </parent >
11-
1212 <artifactId >spring-cloud-starter-contract-verifier</artifactId >
1313 <packaging >jar</packaging >
14-
1514 <name >Spring Cloud Contract Verifier Starter</name >
1615 <description >Spring Cloud Contract Verifier Starter</description >
17-
1816 <dependencies >
1917 <dependency >
2018 <groupId >org.springframework.cloud</groupId >
You can’t perform that action at this time.
0 commit comments