Commit 059eacd 1 parent 5a727ec commit 059eacd Copy full SHA for 059eacd
File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 87
87
<artifactId >spring-boot-starter-security</artifactId >
88
88
</dependency >
89
89
90
- <!-- FastJSON
91
- <dependency>
92
- <groupId>com.alibaba</groupId>
93
- <artifactId>fastjson</artifactId>
94
- <version>${fastjson.version}</version>
95
- </dependency> -->
96
-
97
- <!-- Apple M1/M2
98
- <dependency>
99
- <groupId>org.rocksdb</groupId>
100
- <artifactId>rocksdbjni</artifactId>
101
- <version>6.29.5</version>
102
- </dependency>
90
+ <!-- Replace rocksdb storage with java
103
91
<dependency>
104
92
<groupId>com.alipay.sofa</groupId>
105
- <artifactId>jraft-core </artifactId>
106
- <version>1.3.11 </version>
93
+ <artifactId>java-log-storage-impl </artifactId>
94
+ <version>1.3.14 </version>
107
95
</dependency> -->
108
96
109
97
</dependencies >
You can’t perform that action at this time.
0 commit comments