Skip to content

Commit 37d13ac

Browse files
Jose CarvajalJose Carvajal
authored andcommitted
BAEL-1174: A Quick Guide to Spring Cloud Consul
1 parent 1fca4ae commit 37d13ac

6 files changed

Lines changed: 5 additions & 24 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
UK
2-
US
3-
Germany
1+
UK
2+
US
3+
Germany

spring-cloud/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<module>spring-cloud-stream</module>
2020
<module>spring-cloud-connectors-heroku</module>
2121
<module>spring-cloud-aws</module>
22+
<module>spring-cloud-consul</module>
2223
</modules>
2324
<packaging>pom</packaging>
2425

spring-cloud/spring-cloud-stream/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<groupId>org.baeldung</groupId>
88
<artifactId>spring-cloud-stream</artifactId>
9-
109
<packaging>pom</packaging>
1110

1211
<name>spring-cloud-stream</name>

undertow/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838
</properties>
39-
</project>
39+
</project>

xml/src/test/resources/example_dom4j_new.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

xml/src/test/resources/example_jaxb_new.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)