Skip to content

Commit b53b61f

Browse files
authored
Update pom.xml
1 parent 982a4f9 commit b53b61f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
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>
@@ -35,17 +36,17 @@
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>

0 commit comments

Comments
 (0)