File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >1.3.5.RELEASE </version >
17
+ <version >2.0.0.BUILD-SNAPSHOT </version >
18
18
</parent >
19
19
20
20
<properties >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<java .version>1.8</java .version>
23
23
<junit .version>4.12</junit .version>
24
- <kotlin .version>1.0. 2</kotlin .version>
24
+ <kotlin .version>1.1.3- 2</kotlin .version>
25
25
</properties >
26
26
27
27
<dependencies >
45
45
<dependency >
46
46
<groupId >org.activiti</groupId >
47
47
<artifactId >activiti-spring-boot-starter-basic</artifactId >
48
- <version >5.19.0.2 </version >
48
+ <version >6.0.0 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.springframework.boot</groupId >
66
66
<dependency >
67
67
<groupId >org.springframework.boot</groupId >
68
68
<artifactId >spring-boot-starter-remote-shell</artifactId >
69
+ <!-- artifactId>spring-boot-starter-parent</artifactId-->
70
+ <version >2.0.0.BUILD-SNAPSHOT</version >
71
+
69
72
</dependency >
70
73
<!-- <dependency>-->
71
74
<!-- <groupId>org.springframework.boot</groupId>-->
82
85
<dependency >
83
86
<groupId >org.mybatis.spring.boot</groupId >
84
87
<artifactId >mybatis-spring-boot-starter</artifactId >
85
- <version >1.0 .0</version >
88
+ <version >1.3 .0</version >
86
89
</dependency >
87
90
<dependency >
88
91
<groupId >com.h2database</groupId >
You can’t perform that action at this time.
0 commit comments