diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh new file mode 100755 index 0000000000..654e085760 --- /dev/null +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-store.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +set -ev + +HOME_DIR=$(pwd) +STORE_DIR=$HOME_DIR/hugegraph-store/apache-hugegraph-incubating-store-1.3.0 + +pushd $STORE_DIR +. bin/start-hugegraph-store.sh +sleep 10 +popd diff --git a/hugegraph-store/pom.xml b/hugegraph-store/pom.xml index da2d2d703b..11f4c136cb 100644 --- a/hugegraph-store/pom.xml +++ b/hugegraph-store/pom.xml @@ -19,9 +19,7 @@ - 4.0.0 - hugegraph-store ${revision} pom @@ -80,12 +78,11 @@ hg-store-core ${project.version} - - - - - - + + org.apache.hugegraph + hg-store-transfer + ${project.version} + org.apache.logging.log4j log4j-slf4j-impl