forked from hbbohua-water

zhangchunhong
2021-01-05 eb876e70fcd6eedd23c63c4eb30b48e291df792c
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
<?xml version="1.0" encoding="UTF-8"?>
<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>
    <packaging>pom</packaging>
 
    <parent>
        <groupId>com.ooxsoft.ecsi</groupId>
        <artifactId>ooxsoft-ecsi</artifactId>
        <version>1.8.0-SNAPSHOT</version>
    </parent>
 
    <groupId>com.hbbohua</groupId>
    <artifactId>hbbohua-water</artifactId>
 
    <modules>
        <module>hbbohua-water-domain</module>
        <module>hbbohua-water-service</module>
        <module>hbbohua-water-web</module>
        <module>hbbohua-water-webapp</module>
    </modules>
    <repositories>
        <repository>
            <id>maven-public</id>
            <name>maven-public</name>
            <url>http://47.92.145.232:8081/repository/maven-public/</url>
        </repository>
    </repositories>
</project>