You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/09/29 22:53:04 UTC

[25/52] [abbrv] git commit: Remove redundant dependencies.

Remove redundant dependencies.


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

Branch: refs/heads/eventsystem
Commit: 8a1dafff715c82ccc25c0b6fcfad529de8083a7b
Parents: 9fd7a89
Author: Dave Johnson <dm...@apigee.com>
Authored: Fri Sep 26 12:34:13 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Fri Sep 26 12:34:13 2014 -0400

----------------------------------------------------------------------
 stack/core/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8a1dafff/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index 383a3fa..6cd5dac 100644
--- a/stack/core/pom.xml
+++ b/stack/core/pom.xml
@@ -583,16 +583,6 @@
       <version>2.7.0</version>
     </dependency>
 
-    <dependency>
-      <groupId>com.codahale.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <version>${metrics.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>com.codahale.metrics</groupId>
-      <artifactId>metrics-graphite</artifactId>
-      <version>${metrics.version}</version>
-    </dependency>
   </dependencies>
 
 </project>