Skip to content

Commit 2bb18e7

Browse files
author
Ganeshwara Hananda
committed
Add RocksDB
1 parent 8c77bb2 commit 2bb18e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/maven/artifacts.bzl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ artifacts = {
99
"com.google.code.findbugs:jsr305": "2.0.2",
1010
"com.google.guava:guava": "23.0",
1111
"com.google.protobuf:protobuf-java": "3.5.1",
12-
# "commons-cli:commons-cli": "1.3",
1312
"commons-cli:commons-cli": "1.4",
1413
"commons-collections:commons-collections": "3.2.1",
1514
"commons-configuration:commons-configuration": "1.10",
@@ -54,7 +53,6 @@ artifacts = {
5453
]
5554
},
5655
"org.apache.commons:commons-csv": "1.7",
57-
# "org.apache.commons:commons-lang3": "3.3.1",
5856
"org.apache.commons:commons-lang3": "3.9",
5957
"org.apache.commons:commons-math3": "3.6.1",
6058
"org.apache.hadoop:hadoop-annotations": "2.7.2",
@@ -110,7 +108,6 @@ artifacts = {
110108
"org.scala-lang:scala-library": "2.11.8",
111109
"org.slf4j:jcl-over-slf4j": "1.7.20",
112110
"org.slf4j:log4j-over-slf4j": "1.7.20",
113-
# "org.slf4j:slf4j-api": "1.7.20",
114111
"org.slf4j:slf4j-api": "1.7.28",
115112
"org.slf4j:slf4j-simple": "1.7.20",
116113
"org.yaml:snakeyaml": "1.25",
@@ -154,6 +151,7 @@ artifacts = {
154151
"org.slf4j:slf4j-log4j12",
155152
],
156153
},
154+
"org.rocksdb:rocksdbjni": "6.8.1",
157155
"org.zeroturnaround:zt-exec": {
158156
"version": "1.10",
159157
"exclude": [

0 commit comments

Comments
 (0)