You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by si...@apache.org on 2016/09/10 07:34:17 UTC

[2/5] incubator-distributedlog git commit: Remove unnecessary exclusion from 2.11

Remove unnecessary exclusion from 2.11


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

Branch: refs/heads/sijie/support_scala_2.10_and_2.11
Commit: 7eebe15f0ef21a6ccb72c90295367f52309c97bb
Parents: 433f8a4
Author: Sijie Guo <si...@twitter.com>
Authored: Sat Jun 4 18:18:18 2016 -0700
Committer: Sijie Guo <si...@twitter.com>
Committed: Sat Jun 4 18:18:18 2016 -0700

----------------------------------------------------------------------
 distributedlog-core/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/7eebe15f/distributedlog-core/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index c05ea54..07aafe0 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -39,10 +39,6 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>com.twitter</groupId>
-          <artifactId>finagle-core_2.11</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>