Commit 01651798 by vanga

update pom

parent 38712fe0
......@@ -37,26 +37,7 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-core</artifactId>
<version>1.0.2.3</version>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-component-security</artifactId>
<version>1.0.2.3</version>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-core-mybatisplus</artifactId>
<version>1.0.2.3</version>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-component-redis</artifactId>
<version>1.0.2.3</version>
</dependency>
</dependencies>
......
......@@ -114,25 +114,45 @@
<dependency>
<groupId>cc.cczn</groupId>
<artifactId>matrix-base-extra</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/matrix-commons-extra-1.0.1-SNAPSHOT.jar</systemPath>
<systemPath>${project.basedir}/../component-lib/matrix-commons-extra-1.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>cc.cczn</groupId>
<artifactId>matrix-base-task</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/matrix-commons-task-1.0.2-SNAPSHOT.jar</systemPath>
<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-SNAPSHOT</version>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-component-security</artifactId>
<version>1.0.2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/matrix-commons-monitor-1.0.2-SNAPSHOT.jar</systemPath>
<systemPath>${project.basedir}/../component-lib/sw-common-component-security-1.0.2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-component-redis</artifactId>
<version>1.0.2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/sw-common-component-redis-1.0.2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-core</artifactId>
<version>1.0.2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/sw-common-core-1.0.2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sw.common</groupId>
<artifactId>sw-common-core-mybatisplus</artifactId>
<version>1.0.2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/../component-lib/sw-common-core-mybatisplus-1.0.2.3.jar</systemPath>
</dependency>
<!--core dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
......@@ -320,11 +340,7 @@
<artifactId>jetbrains-runtime-annotations</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.sw.drabbitmq</groupId>
<artifactId>sw-common-drabbitmq</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
</dependencies>
</project>
......
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