Remove debug code.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>olgamaciaszek</groupId>
|
||||
<artifactId>greeting-service</artifactId>
|
||||
<name>Spring Cloud LoadBalancer :: Greeting Service</name>
|
||||
<description>Spring Cloud LoadBalancer :: Greeting Service</description>
|
||||
|
||||
@@ -8,17 +8,10 @@
|
||||
<version>1.1.7.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>olgamaciaszek</groupId>
|
||||
<artifactId>kubernetes-loadbalancer-example</artifactId>
|
||||
<name>Spring Cloud LoadBalancer Example</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>name-service</module>
|
||||
<module>greeting-service</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>kubernetes</id>
|
||||
@@ -114,4 +107,9 @@
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<modules>
|
||||
<module>name-service</module>
|
||||
<module>greeting-service</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user