Skip to content

Commit

Permalink
add back dpendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bida Chen committed Mar 21, 2024
1 parent d6cf796 commit 18755d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ project.ext {
hamcrestVersion = '1.3'
junitVersion = '4.11'
slf4jVersion = '1.7.21'
dropwizardMetricsVersion = '4.1.12.1'
snappyJavaVersion = '1.1.10.5'
}

configurations.all {
Expand Down Expand Up @@ -40,6 +42,8 @@ dependencies {
"com.google.code.findbugs:annotations:$googleFindbugsVersion",
"org.apache.zookeeper:zookeeper:$apacheZooKeeperVersion",
"org.slf4j:slf4j-api:$slf4jVersion",
"io.dropwizard.metrics:metrics-core:$dropwizardMetricsVersion",
"org.xerial.snappy:snappy-java:$snappyJavaVersion",
)

testCompile (
Expand Down

0 comments on commit 18755d1

Please sign in to comment.