File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 43
43
<snakeyaml .version>2.2</snakeyaml .version>
44
44
<apache-groovy .version>4.0.15</apache-groovy .version>
45
45
<h2 .version>2.2.224</h2 .version>
46
+ <esotericsoftware .kryo.version>5.6.2</esotericsoftware .kryo.version>
46
47
</properties >
47
48
48
49
<dependencies >
76
77
<dependencyManagement >
77
78
<dependencies >
78
79
80
+ <dependency >
81
+ <groupId >com.esotericsoftware</groupId >
82
+ <artifactId >kryo</artifactId >
83
+ <version >${esotericsoftware.kryo.version} </version >
84
+ </dependency >
85
+
79
86
<dependency >
80
87
<groupId >com.h2database</groupId >
81
88
<artifactId >h2</artifactId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.esotericsoftware</groupId >
28
28
<artifactId >kryo</artifactId >
29
- <version >5.6.2</version >
30
29
</dependency >
31
30
32
-
33
31
<dependency >
34
32
<groupId >org.apache.groovy</groupId >
35
33
<artifactId >groovy</artifactId >
You can’t perform that action at this time.
0 commit comments