|
@@ -14,10 +14,11 @@
|
|
|
|
|
|
<modules>
|
|
|
<module>code-generator</module>
|
|
|
- <module>hx-flow</module>
|
|
|
- <module>hx-rocketmq</module>
|
|
|
- <module>hx-socket</module>
|
|
|
- <module>hx-tool</module>
|
|
|
+ <module>common-file</module>
|
|
|
+ <module>common-flow</module>
|
|
|
+ <module>common-rocketmq</module>
|
|
|
+ <module>common-socket</module>
|
|
|
+ <module>common-tool</module>
|
|
|
<module>client-util</module>
|
|
|
<module>product-library</module>
|
|
|
</modules>
|
|
@@ -51,7 +52,7 @@
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
- <artifactId>hx-tool</artifactId>
|
|
|
+ <artifactId>common-tool</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
|
|
@@ -83,19 +84,19 @@
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
- <artifactId>hx-flow-api</artifactId>
|
|
|
+ <artifactId>common-flow-api</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
- <artifactId>hx-rocketmq</artifactId>
|
|
|
+ <artifactId>common-rocketmq</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.fjhx</groupId>
|
|
|
- <artifactId>hx-rocketmq-api</artifactId>
|
|
|
+ <artifactId>common-rocketmq-api</artifactId>
|
|
|
<version>${hx.version}</version>
|
|
|
</dependency>
|
|
|
|