Skip to content

Commit 2ef5200

Browse files
committed
update pom.xml
1 parent 4fc837c commit 2ef5200

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.3.5.RELEASE</version>
17+
<version>2.0.0.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<java.version>1.8</java.version>
2323
<junit.version>4.12</junit.version>
24-
<kotlin.version>1.0.2</kotlin.version>
24+
<kotlin.version>1.1.3-2</kotlin.version>
2525
</properties>
2626

2727
<dependencies>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.activiti</groupId>
4747
<artifactId>activiti-spring-boot-starter-basic</artifactId>
48-
<version>5.19.0.2</version>
48+
<version>6.0.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
@@ -66,6 +66,9 @@
6666
<dependency>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-starter-remote-shell</artifactId>
69+
<!--artifactId>spring-boot-starter-parent</artifactId-->
70+
<version>2.0.0.BUILD-SNAPSHOT</version>
71+
6972
</dependency>
7073
<!--<dependency>-->
7174
<!--<groupId>org.springframework.boot</groupId>-->
@@ -82,7 +85,7 @@
8285
<dependency>
8386
<groupId>org.mybatis.spring.boot</groupId>
8487
<artifactId>mybatis-spring-boot-starter</artifactId>
85-
<version>1.0.0</version>
88+
<version>1.3.0</version>
8689
</dependency>
8790
<dependency>
8891
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)