Skip to content

Commit

Permalink
GEOMESA-3388 Accumulo - fix CLI dependency downloads (#3213)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Oct 10, 2024
1 parent b66cb24 commit daa465e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ function dependencies() {
"com.fasterxml.woodstox:woodstox-core:5.3.0:jar"
"org.codehaus.woodstox:stax2-api:4.2.1:jar"
"com.google.guava:guava:${guava_install_version}:jar"
"io.netty:netty-codec:%%netty.version%%:jar"
"io.netty:netty-handler:%%netty.version%%:jar"
"io.netty:netty-resolver:%%netty.version%%:jar"
"io.netty:netty-transport:%%netty.version%%:jar"
"io.netty:netty-transport-classes-epoll:%%netty.version%%:jar"
"io.netty:netty-transport-native-epoll:%%netty.version%%:jar:linux-x86_64"
"io.netty:netty-transport-native-unix-common:%%netty.version%%:jar"
)

# add accumulo 2.1 jars if needed
Expand Down Expand Up @@ -79,6 +86,7 @@ function dependencies() {
else
gavs+=(
"org.apache.thrift:libthrift:0.12.0:jar"
"org.apache.htrace:htrace-core:3.1.0-incubating:jar"
)
fi

Expand Down

0 comments on commit daa465e

Please sign in to comment.