File tree Expand file tree Collapse file tree 4 files changed +9
-4
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 +9
-4
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 >
1211 </parent >
1312
1413 <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 >
1110 </parent >
11+
1212 <artifactId >spring-cloud-starter-contract-stub-runner-jetty</artifactId >
1313 <packaging >jar</packaging >
14+
1415 <name >Spring Cloud Contract Stub Runner Starter Jetty</name >
1516 <description >Spring Cloud Contract Stub Runner Jetty runs wiremock stubs with "native"
1617 jetty. Don't use this in a Spring Boot app with its own embedded container.
1718 </description >
19+
1820 <dependencies >
1921 <dependency >
2022 <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 >
2827 </parent >
28+
2929 <artifactId >spring-cloud-starter-contract-stub-runner</artifactId >
3030 <packaging >jar</packaging >
31+
3132 <name >Spring Cloud Contract Stub Runner Starter</name >
3233 <description >Spring Cloud Contract Stub Runner Starter</description >
34+
3335 <dependencies >
3436 <dependency >
3537 <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 >
1110 </parent >
11+
1212 <artifactId >spring-cloud-starter-contract-verifier</artifactId >
1313 <packaging >jar</packaging >
14+
1415 <name >Spring Cloud Contract Verifier Starter</name >
1516 <description >Spring Cloud Contract Verifier Starter</description >
17+
1618 <dependencies >
1719 <dependency >
1820 <groupId >org.springframework.cloud</groupId >
You can’t perform that action at this time.
0 commit comments