From af376a16c4f22ce5028b58f4ec0367afe72c2562 Mon Sep 17 00:00:00 2001 From: Nikita Kozlov Date: Thu, 27 Aug 2020 14:32:23 +0200 Subject: [PATCH] Created a shadow version of the java-common --- pom.xml | 1 + shadow/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 shadow/pom.xml diff --git a/pom.xml b/pom.xml index 690a2473..b378d17e 100644 --- a/pom.xml +++ b/pom.xml @@ -66,5 +66,6 @@ common example bundle-test + shadow diff --git a/shadow/pom.xml b/shadow/pom.xml new file mode 100644 index 00000000..7c936344 --- /dev/null +++ b/shadow/pom.xml @@ -0,0 +1,90 @@ + + + 4.0.0 + + java-common-shadow + jar + + + java + com.lightstep.tracer + 0.30.0 + + + java-common-shadow + The LightStep OpenTracing Tracer implementation for Java with shaded dependencies + https://github.com/lightstep/lightstep-tracer-java-common + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.0 + + + attach-javadoc + + jar + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.1 + + + package + + shade + + + false + true + true + true + true + + + com.google.gson + io.opentracing + + + + + com.google.protobuf + lightstep.com.google.protobuf + + + google.protobuf + lightstep.google.protobuf + + + javax.annotation + lightstep.javax.annotation + + + com.google.gson + lightstep.com.google.gson + + + + + + + + + + + + com.lightstep.tracer + java-common + 0.30.0 + + + +