This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch build-fix in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit 20b0027bb326c6c3e13fd25ce669437159ac8118 Author: Wu Sheng <[email protected]> AuthorDate: Thu Sep 27 12:35:48 2018 +0800 Remove ci cache and remove out-of-date dependency. --- .travis.yml | 4 ---- oap-server/server-starter/pom.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a77ae1..f8d4a73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ sudo: required -cache: - directories: - - "$HOME/.m2" - language: java before_install: - mkdir ci-dependencies diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml index b4845a7..bcfbc5e 100644 --- a/oap-server/server-starter/pom.xml +++ b/oap-server/server-starter/pom.xml @@ -57,7 +57,7 @@ <!-- receiver module --> <dependency> <groupId>org.apache.skywalking</groupId> - <artifactId>mesh-receiver-provider</artifactId> + <artifactId>skywalking-mesh-receiver-plugin</artifactId> <version>${project.version}</version> </dependency> <dependency>
