File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
springboot-starter-data-fast
springboot-starter-security-jwt Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.codingapi.springboot</groupId >
14
14
<artifactId >springboot-parent</artifactId >
15
- <version >3.1.7 </version >
15
+ <version >3.1.8.dev </version >
16
16
17
17
<url >https://github.com/codingapi/springboot-framewrok</url >
18
18
<name >springboot-parent</name >
42
42
<commons-crypto .version>1.2.0</commons-crypto .version>
43
43
<snakeyaml .version>2.2</snakeyaml .version>
44
44
<apache-groovy .version>4.0.15</apache-groovy .version>
45
+ <h2 .version>2.2.224</h2 .version>
45
46
</properties >
46
47
47
48
<dependencies >
75
76
<dependencyManagement >
76
77
<dependencies >
77
78
79
+ <dependency >
80
+ <groupId >com.h2database</groupId >
81
+ <artifactId >h2</artifactId >
82
+ <version >${h2.version} </version >
83
+ </dependency >
84
+
85
+
78
86
<dependency >
79
87
<groupId >org.bouncycastle</groupId >
80
88
<artifactId >bcprov-jdk18on</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.1.7 </version >
8
+ <version >3.1.8.dev </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.1.7 </version >
9
+ <version >3.1.8.dev </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security-jwt</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >3.1.7 </version >
8
+ <version >3.1.8.dev </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
You can’t perform that action at this time.
0 commit comments