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
+
+
+
+