You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by cm...@apache.org on 2015/06/11 23:38:33 UTC

incubator-htrace git commit: HTRACE-177. htrace-zipkin: shade all dependencies (Daniel Lee via Colin P. McCabe)

Repository: incubator-htrace
Updated Branches:
  refs/heads/master 2c91de907 -> c0edd4886


HTRACE-177. htrace-zipkin: shade all dependencies (Daniel Lee via Colin P. McCabe)


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/c0edd488
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/c0edd488
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/c0edd488

Branch: refs/heads/master
Commit: c0edd4886097a7b223675cbf8ea3c765ba23e4fc
Parents: 2c91de9
Author: Colin P. Mccabe <cm...@apache.org>
Authored: Thu Jun 11 14:32:42 2015 -0700
Committer: Colin P. Mccabe <cm...@apache.org>
Committed: Thu Jun 11 14:32:42 2015 -0700

----------------------------------------------------------------------
 htrace-zipkin/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/c0edd488/htrace-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 5e97929..53c21ea 100644
--- a/htrace-zipkin/pom.xml
+++ b/htrace-zipkin/pom.xml
@@ -66,9 +66,21 @@ language governing permissions and limitations under the License. -->
                   <shadedPattern>org.apache.htrace.thrift</shadedPattern>
                 </relocation>
                 <relocation>
+                  <pattern>org.slf4j</pattern>
+                  <shadedPattern>org.apache.htrace.slf4j</shadedPattern>
+                </relocation>
+                <relocation>
                   <pattern>org.apache.commons.codec</pattern>
                   <shadedPattern>org.apache.htrace.commons.codec</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.apache.commons.lang</pattern>
+                  <shadedPattern>org.apache.htrace.commons.lang</shadedPattern>
+                </relocation>
+                <relocation>
+                  <pattern>org.apache.http</pattern>
+                  <shadedPattern>org.apache.htrace.http</shadedPattern>
+                </relocation>
               </relocations>
             </configuration>
             <goals>
@@ -117,6 +129,11 @@ language governing permissions and limitations under the License. -->
       <version>0.9.0</version>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-nop</artifactId>
+      <version>1.5.8</version>
+    </dependency>
+    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.7</version>