2018-04-25 01:43:54 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-07-12 03:04:54 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-04-25 01:43:54 -04:00
|
|
|
<groupId>com.baeldung.spring.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-kubernetes</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
2018-11-30 11:46:08 -05:00
|
|
|
<name>spring-cloud-kubernetes</name>
|
2019-02-09 15:17:19 -05:00
|
|
|
<packaging>pom</packaging>
|
2018-04-25 01:43:54 -04:00
|
|
|
|
|
|
|
<parent>
|
2019-04-08 10:14:41 -04:00
|
|
|
<artifactId>parent-boot-2</artifactId>
|
2018-04-25 01:43:54 -04:00
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
2019-04-08 10:14:41 -04:00
|
|
|
<relativePath>../../parent-boot-2</relativePath>
|
2018-04-25 01:43:54 -04:00
|
|
|
</parent>
|
2019-04-08 10:14:41 -04:00
|
|
|
|
2019-02-09 15:17:19 -05:00
|
|
|
<modules>
|
|
|
|
<module>demo-frontend</module>
|
|
|
|
<module>demo-backend</module>
|
|
|
|
<module>liveness-example</module>
|
|
|
|
<module>readiness-example</module>
|
2019-04-08 10:14:41 -04:00
|
|
|
<module>client-service</module>
|
|
|
|
<module>travel-agency-service</module>
|
2019-02-09 15:17:19 -05:00
|
|
|
</modules>
|
2018-04-25 01:43:54 -04:00
|
|
|
|
|
|
|
</project>
|