From fc0706721578e2a3c8a9d7e3fc78201fe7e59012 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Sat, 4 Jun 2016 23:59:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pom=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=B0=86api=E7=9A=84shade=20netty=E5=8C=85=E5=92=8Clo?= =?UTF-8?q?g4j=E5=8C=85=E6=8C=AA=E5=88=B0=E4=BA=86agent=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skywalking-agent/pom.xml | 42 +++++++++++++++++++++++++++++++++++++++- skywalking-api/pom.xml | 35 --------------------------------- 2 files changed, 41 insertions(+), 36 deletions(-) diff --git a/skywalking-agent/pom.xml b/skywalking-agent/pom.xml index 8a90f4cac..2a3efa84d 100644 --- a/skywalking-agent/pom.xml +++ b/skywalking-agent/pom.xml @@ -17,6 +17,12 @@ UTF-8 com.ai.cloud.skywalking.agent.SkywalkingAgent + net.bytebuddy + com.ai.cloud.skywalking.api.dependencies.net.bytebuddy + io.netty + com.ai.cloud.skywalking.api.dependencies.io.netty + org.apache.logging.log4j + com.ai.cloud.skywalking.api.dependencies.org.apache.logging.log4j @@ -25,13 +31,28 @@ skywalking-jedis-2.x-plugin 1.0-Final + + com.ai.cloud + skywalking-mysql-plugin + 1.0-Final + + + com.ai.cloud + skywalking-httpClient-4.x-plugin + 1.0-Final + + + com.ai.cloud + skywalking-httpClient-4.x-plugin-dubbox-rest-attachment + 1.0-Final + org.apache.maven.plugins maven-shade-plugin - 1.4 + 2.4.1 package @@ -39,6 +60,10 @@ shade + false + true + true + true @@ -50,6 +75,21 @@ + + + ${shade.net.bytebuddy.source} + ${shade.net.bytebuddy.target} + + + ${shade.io.netty.source} + ${shade.io.netty.target} + + + + ${shade.org.apache.logging.log4j} + ${shade.org.apache.logging.log4j.target} + + diff --git a/skywalking-api/pom.xml b/skywalking-api/pom.xml index 0e6055506..c0a71cb96 100644 --- a/skywalking-api/pom.xml +++ b/skywalking-api/pom.xml @@ -17,11 +17,6 @@ UTF-8 - 2.4.1 - net.bytebuddy - com.ai.cloud.skywalking.api.dependencies.net.bytebuddy - io.netty - com.ai.cloud.skywalking.api.dependencies.io.netty @@ -89,36 +84,6 @@ - - - org.apache.maven.plugins - maven-shade-plugin - ${version.plugin.shade} - - - package - - shade - - - false - true - true - true - - - ${shade.net.bytebuddy.source} - ${shade.net.bytebuddy.target} - - - ${shade.io.netty.source} - ${shade.io.netty.target} - - - - - -