Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 20, 2024
1 parent 7d262d6 commit 0a6c280
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@ if [ -n "$JACOCO_PORT" ]; then
JACOCO_OPTION="-javaagent:${JACOCO_JAR}=includes=*,port=${JACOCO_PORT},destfile=jacoco-it.exec,output=tcpserver"
fi

if [ "$BACKEND" != "hstore" ]; then
echo -e "pa" | $BIN/init-store.sh
fi
echo -e "pa" | $BIN/init-store.sh
$BIN/start-hugegraph.sh -j "$JACOCO_OPTION" -t 60
14 changes: 14 additions & 0 deletions install-dist/scripts/dependency/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ grpc-core-1.39.0.jar
grpc-core-1.47.0.jar
grpc-grpclb-1.39.0.jar
grpc-netty-1.39.0.jar
grpc-netty-1.47.0.jar
grpc-netty-shaded-1.39.0.jar
grpc-netty-shaded-1.47.0.jar
grpc-protobuf-1.39.0.jar
grpc-protobuf-lite-1.39.0.jar
grpc-services-1.39.0.jar
grpc-spring-boot-starter-4.5.5.jar
grpc-stub-1.39.0.jar
grpc-stub-1.47.0.jar
gson-2.8.6.jar
gson-2.8.9.jar
guava-27.0-jre.jar
Expand Down Expand Up @@ -346,17 +348,29 @@ netty-all-4.1.42.Final.jar
netty-all-4.1.44.Final.jar
netty-all-4.1.61.Final.jar
netty-buffer-4.1.52.Final.jar
netty-buffer-4.1.72.Final.jar
netty-codec-4.1.52.Final.jar
netty-codec-4.1.72.Final.jar
netty-codec-http2-4.1.52.Final.jar
netty-codec-http2-4.1.72.Final.jar
netty-codec-http-4.1.52.Final.jar
netty-codec-http-4.1.72.Final.jar
netty-codec-socks-4.1.52.Final.jar
netty-codec-socks-4.1.72.Final.jar
netty-common-4.1.52.Final.jar
netty-common-4.1.72.Final.jar
netty-handler-4.1.52.Final.jar
netty-handler-4.1.72.Final.jar
netty-handler-proxy-4.1.52.Final.jar
netty-handler-proxy-4.1.72.Final.jar
netty-resolver-4.1.52.Final.jar
netty-resolver-4.1.72.Final.jar
netty-tcnative-boringssl-static-2.0.25.Final.jar
netty-tcnative-boringssl-static-2.0.36.Final.jar
netty-tcnative-classes-2.0.46.Final.jar
netty-transport-4.1.52.Final.jar
netty-transport-4.1.72.Final.jar
netty-transport-native-unix-common-4.1.72.Final.jar
nimbus-jose-jwt-4.41.2.jar
nlp-lang-1.7.7.jar
objenesis-2.6.jar
Expand Down

0 comments on commit 0a6c280

Please sign in to comment.