From 894cc4fd163641e7b69ad36b2f8169f60a2685fc Mon Sep 17 00:00:00 2001 From: ascrutae Date: Mon, 13 Mar 2017 23:45:25 +0800 Subject: [PATCH] fix tomcat cannot works issue --- skywalking-sniffer/skywalking-agent/pom.xml | 26 +++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/skywalking-sniffer/skywalking-agent/pom.xml b/skywalking-sniffer/skywalking-agent/pom.xml index 69a6b93c8..c32b311f0 100644 --- a/skywalking-sniffer/skywalking-agent/pom.xml +++ b/skywalking-sniffer/skywalking-agent/pom.xml @@ -26,8 +26,14 @@ ${shade.package}.${shade.akka.source} scala ${shade.package}.${shade.scala.source} - org - ${shade.package}.${shade.all.org.source} + org.agrona + ${shade.package}.${shade.org.agrona.source} + org.jboss.netty + ${shade.package}.${shade.org.jboss.netty.source} + org.reactivestreams + ${shade.package}.${shade.org.reactivestreams.source} + org.uncommons.maths + ${shade.package}.${shade.org.uncommons.maths.source} com.google ${shade.package}.${shade.com.google.source} io.aeron @@ -147,8 +153,20 @@ ${shade.com.google.target} - ${shade.all.org.source} - ${shade.all.org.target} + ${shade.org.agrona.source} + ${shade.org.agrona.target} + + + ${shade.org.jboss.netty.source} + ${shade.org.jboss.netty.target} + + + ${shade.org.reactivestreams.source} + ${shade.org.reactivestreams.target} + + + ${shade.org.uncommons.maths.source} + ${shade.org.uncommons.maths.target} ${shade.scala.source} -- GitLab