You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/09/27 05:09:34 UTC

[incubator-skywalking] branch master updated: Remove ci cache and remove out-of-date dependency. (#1709)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 69cccd1  Remove ci cache and remove out-of-date dependency. (#1709)
69cccd1 is described below

commit 69cccd15414f23fad878db4d83d6bbc28c7dca59
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Sep 27 13:09:29 2018 +0800

    Remove ci cache and remove out-of-date dependency. (#1709)
---
 .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>