|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
2
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
3
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
4
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
5
|
+
|
|
|
6
|
+ <parent>
|
|
|
7
|
+ <groupId>com.unis.springcloud</groupId>
|
|
|
8
|
+ <artifactId>parent</artifactId>
|
|
|
9
|
+ <version>0.0.4-SNAPSHOT</version>
|
|
|
10
|
+ </parent>
|
|
|
11
|
+
|
|
|
12
|
+ <groupId>com.unis.intelligence</groupId>
|
|
|
13
|
+ <artifactId>intelligence-service</artifactId>
|
|
|
14
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
15
|
+ <packaging>pom</packaging>
|
|
|
16
|
+
|
|
|
17
|
+ <name>intelligence-service</name>
|
|
|
18
|
+
|
|
|
19
|
+ <properties>
|
|
|
20
|
+ <intelligence-service.version>0.0.1-SNAPSHOT</intelligence-service.version>
|
|
|
21
|
+ </properties>
|
|
|
22
|
+
|
|
|
23
|
+ <modules>
|
|
|
24
|
+ <module>intelligence-server</module>
|
|
|
25
|
+ <module>intelligence-common</module>
|
|
|
26
|
+ <module>intelligence-client</module>
|
|
|
27
|
+ </modules>
|
|
|
28
|
+</project>
|