Commit 2ee15835 by vanga

update

parent 01651798
......@@ -126,6 +126,13 @@
<systemPath>${project.basedir}/../component-lib/matrix-commons-task-1.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>cc.cczn</groupId>
<artifactId>matrix-base-monitor</artifactId>
<version>1.0.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/matrix-commons-monitor-1.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-component-security</artifactId>
<version>1.0.2.3</version>
......@@ -153,6 +160,14 @@
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/sw-common-core-mybatisplus-1.0.2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sw.drabbitmq</groupId>
<artifactId>sw-common-drabbitmq</artifactId>
<version>0.0.1-RELEASE</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/sw-common-drabbitmq-0.0.1-RELEASE.jar</systemPath>
</dependency>
<!--core dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment