提交 dff3c669 编写于 作者: shuzheng5201314's avatar shuzheng5201314

common独立模块

上级 c9699653
......@@ -2,13 +2,9 @@
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>
<parent>
<groupId>com.zheng</groupId>
<artifactId>zheng</artifactId>
<version>1.0.0</version>
</parent>
<groupId>com.zheng</groupId>
<artifactId>zheng-common</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>zheng-common</name>
......@@ -182,6 +178,11 @@
<version>${thymeleaf.version}</version>
</dependency>
<!-- ActiveMQ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
......
......@@ -19,7 +19,6 @@
</properties>
<modules>
<module>common</module>
<module>oss</module>
<module>qa</module>
<module>upms</module>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册