Update template/pom.xml
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<vs.common.util.version>1.2.2</vs.common.util.version>
|
<vs.common.util.version>1.2.2</vs.common.util.version>
|
||||||
<vs.common.version>1.2.0</vs.common.version>
|
<vs.common.version>1.2.0</vs.common.version>
|
||||||
<!-- <ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version> -->
|
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
||||||
<lombok.version>1.18.20</lombok.version>
|
<lombok.version>1.18.20</lombok.version>
|
||||||
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
|
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
|
||||||
<logback.classic.version>1.2.3</logback.classic.version>
|
<logback.classic.version>1.2.3</logback.classic.version>
|
||||||
@@ -68,11 +68,11 @@
|
|||||||
<version>${junit.version}</version>
|
<version>${junit.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>
|
<dependency>
|
||||||
<groupId>com.vs</groupId>
|
<groupId>com.vs</groupId>
|
||||||
<artifactId>ox-springboot-web-starter</artifactId>
|
<artifactId>ox-springboot-web-starter</artifactId>
|
||||||
<version>${ox.sprintboot.web.starter.version}</version>
|
<version>${ox.sprintboot.web.starter.version}</version>
|
||||||
</dependency> -->
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.vs</groupId>
|
<groupId>com.vs</groupId>
|
||||||
<artifactId>dist</artifactId>
|
<artifactId>dist</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user