You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2016/11/30 14:01:34 UTC

[15/16] james-project git commit: JAMES-1868 Adding app dependency

JAMES-1868 Adding app dependency


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6c9c5e62
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6c9c5e62
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/6c9c5e62

Branch: refs/heads/master
Commit: 6c9c5e62d79728d0cf5b8e389f523f2491dbd449
Parents: b373bcd
Author: Benoit Tellier <bt...@linagora.com>
Authored: Wed Nov 30 09:40:01 2016 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Wed Nov 30 17:36:41 2016 +0700

----------------------------------------------------------------------
 server/app/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/6c9c5e62/server/app/pom.xml
----------------------------------------------------------------------
diff --git a/server/app/pom.xml b/server/app/pom.xml
index bf29ea1..4be0e15 100644
--- a/server/app/pom.xml
+++ b/server/app/pom.xml
@@ -253,6 +253,14 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
+            <artifactId>james-server-metrics-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.james</groupId>
+            <artifactId>james-server-metrics-dropwizard</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.james</groupId>
             <artifactId>james-server-protocols-library</artifactId>
             <scope>runtime</scope>
         </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org