2020-07-07 07:18:10 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-14 08:13:24 -04:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-07-07 07:18:10 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung.orderservice</groupId>
|
|
|
|
<artifactId>order-client</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<name>order-client</name>
|
|
|
|
<description>Order service client module</description>
|
|
|
|
<url>http://projects.spring.io/spring-boot/</url>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung.orderservice</groupId>
|
|
|
|
<artifactId>order-service</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2021-05-14 08:13:24 -04:00
|
|
|
|
2021-11-09 05:57:03 -05:00
|
|
|
</project>
|