You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/03/20 22:01:32 UTC

[27/50] [abbrv] storm git commit: STORM-166: removing dependency on bit torrent from pom.xml.

STORM-166: removing dependency on bit torrent from pom.xml.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/7681686f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/7681686f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/7681686f

Branch: refs/heads/0.11.x-branch
Commit: 7681686f324c76a4f8df4887c6abdfe7074be23a
Parents: a17167e
Author: Parth Brahmbhatt <br...@gmail.com>
Authored: Thu Jan 8 11:51:53 2015 -0500
Committer: Parth Brahmbhatt <br...@gmail.com>
Committed: Thu Jan 8 11:51:53 2015 -0500

----------------------------------------------------------------------
 pom.xml            | 17 -----------------
 storm-core/pom.xml | 15 ---------------
 2 files changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7681686f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e075ac0..b35a8d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,6 @@
         <reply.version>0.3.0</reply.version>
         <conjure.version>2.1.3</conjure.version>
         <zookeeper.version>3.4.6</zookeeper.version>
-        <bittorrent.version>1.4</bittorrent.version>
         <conjure.version>2.1.3</conjure.version>
         <clojure-data-codec.version>0.1.0</clojure-data-codec.version>
         <clojure-contrib.version>1.2.0</clojure-contrib.version>
@@ -384,22 +383,6 @@
             </dependency>
 
             <dependency>
-                <groupId>com.turn</groupId>
-                <artifactId>ttorrent</artifactId>
-                <version>${bittorrent.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.slf4j</groupId>
-                        <artifactId>slf4j-log4j12</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <dependency>
                 <groupId>com.googlecode.json-simple</groupId>
                 <artifactId>json-simple</artifactId>
                 <version>${json-simple.version}</version>

http://git-wip-us.apache.org/repos/asf/storm/blob/7681686f/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 11f1982..bd7a935 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -179,21 +179,6 @@
         </dependency>
 
         <dependency>
-            <groupId>com.turn</groupId>
-            <artifactId>ttorrent</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
             <groupId>com.googlecode.json-simple</groupId>
             <artifactId>json-simple</artifactId>
         </dependency>