File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2525 <groovy .version>4.0.6</groovy .version>
2626 <generate-adoc-resource .phase>process-classes</generate-adoc-resource .phase>
2727 </properties >
28- <!--
28+
2929 <dependencies >
30+ <!--
3031 <dependency>
3132 <groupId>${project.groupId}</groupId>
3233 <artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
3536 <groupId>${project.groupId}</groupId>
3637 <artifactId>spring-cloud-starter-contract-verifier</artifactId>
3738 </dependency>
39+ <dependency>
40+ <groupId>org.springframework.amqp</groupId>
41+ <artifactId>spring-amqp</artifactId>
42+ </dependency>
43+ -->
3844 <dependency >
3945 <groupId >com.fasterxml.jackson.module</groupId >
4046 <artifactId >jackson-module-jsonSchema</artifactId >
4147 <version >${jackson-module-jsonSchema.version} </version >
4248 </dependency >
43- <dependency>
44- <groupId>org.springframework.amqp</groupId>
45- <artifactId>spring-amqp</artifactId>
46- </dependency>
4749 </dependencies >
48- -->
4950 <build >
5051 <plugins >
5152 <plugin >
You can’t perform that action at this time.
0 commit comments