forked from idugalic/digital-restaurant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
26 lines (22 loc) · 1.1 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>drestaurant-microservices-rest-2</artifactId>
<packaging>pom</packaging>
<name>apps-microservices-rest-2 (parent)</name>
<description>Microservices - REST - 2</description>
<parent>
<groupId>com.drestaurant</groupId>
<artifactId>drestaurant-apps</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>drestaurant-microservices-rest-2-command-customer</module>
<module>drestaurant-microservices-rest-2-command-restaurant</module>
<module>drestaurant-microservices-rest-2-command-courier</module>
<module>drestaurant-microservices-rest-2-command-order</module>
<module>drestaurant-microservices-rest-2-common</module>
<module>drestaurant-microservices-rest-2-query</module>
</modules>
</project>