-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
34 lines (27 loc) · 1.13 KB
/
Copy pathpom.xml
File metadata and controls
34 lines (27 loc) · 1.13 KB
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
27
28
29
30
31
32
33
34
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-root</artifactId>
<packaging>pom</packaging>
<version>0.9.5</version>
<name>EO - Elastic Objects Root</name>
<modules>
<module>elastic-objects</module>
<module>elastic-objects-test</module>
<module>eo-calls</module>
<module>eo-calls-test</module>
<module>eo-csv</module>
<module>eo-csv-test</module>
<module>eo-xlsx</module>
<module>eo-xlsx-test</module>
<module>eo-db</module>
<module>eo-db-test</module>
<!--module>eo-db-hibernate</module-->
<module>example-springboot</module>
<!--module>builder</module-->
<!--module>builder-eo</module-->
<!--module>builder-projects</module-->
</modules>
</project>