We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5683db commit 3b7fe07Copy full SHA for 3b7fe07
mse-simple-demo/pom.xml
@@ -23,6 +23,7 @@
23
<plugin>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-compiler-plugin</artifactId>
26
+ <version>3.8.1</version>
27
<configuration>
28
<source>1.8</source>
29
<target>1.8</target>
pom.xml
@@ -19,6 +19,7 @@
19
<module>src/recomendationservice</module>
20
<module>src/shippingservice</module>
21
<module>src/exception-mock</module>
22
+ <module>src/zuul-gateway</module>
</modules>
<packaging>pom</packaging>
@@ -29,6 +30,7 @@
30
31
32
33
34
35
36
0 commit comments