You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2015/05/13 07:29:00 UTC

git commit: updated refs/heads/master to bcb33b3

Repository: cloudstack
Updated Branches:
  refs/heads/master 8a1ec9d0f -> bcb33b381


adding simple logging for java version dependency


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

Branch: refs/heads/master
Commit: bcb33b381535f3f02cfcc9aa6d6b7f7536de5d67
Parents: 8a1ec9d
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Wed May 13 10:57:37 2015 +0530
Committer: Abhinandan Prateek <ab...@shapeblue.com>
Committed: Wed May 13 10:57:37 2015 +0530

----------------------------------------------------------------------
 usage/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bcb33b38/usage/pom.xml
----------------------------------------------------------------------
diff --git a/usage/pom.xml b/usage/pom.xml
index 7746e01..c1cbb92 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -45,6 +45,16 @@
       <version>${cs.mysql.version}</version>
       <scope>provided</scope>
     </dependency>
+     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>1.7.7</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.7.7</version>
+      </dependency>
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>