|
@@ -21,6 +21,16 @@
|
|
|
<module>hx-purchase</module>
|
|
|
<module>hx-account</module>
|
|
|
<module>hx-victoriatourist</module>
|
|
|
+ <module>hx-data</module>
|
|
|
+ <module>hx-dingding</module>
|
|
|
+ <module>hx-ehsd</module>
|
|
|
+ <module>hx-finance</module>
|
|
|
+ <module>hx-iot</module>
|
|
|
+ <module>hx-jxst</module>
|
|
|
+ <module>hx-mail</module>
|
|
|
+ <module>hx-mes</module>
|
|
|
+ <module>hx-oa</module>
|
|
|
+ <module>hx-sale</module>
|
|
|
</modules>
|
|
|
|
|
|
<properties>
|
|
@@ -39,36 +49,43 @@
|
|
|
<!-- 依赖声明 -->
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-base</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-admin</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-common</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-customer</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-item</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-supply</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
<artifactId>hx-wms</artifactId>
|
|
@@ -99,6 +116,18 @@
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fjhx</groupId>
|
|
|
+ <artifactId>hx-sale</artifactId>
|
|
|
+ <version>${hx.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fjhx</groupId>
|
|
|
+ <artifactId>hx-mes</artifactId>
|
|
|
+ <version>${hx.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|