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/20 17:31:35 UTC

[2/3] git commit: updated refs/heads/4.5 to 96297ee

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/4215e918
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4215e918
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4215e918

Branch: refs/heads/4.5
Commit: 4215e91824dda986a41a286daad3a3b5c732dfb0
Parents: 4eb0586
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Wed May 13 10:57:37 2015 +0530
Committer: Abhinandan Prateek <ag...@gmail.com>
Committed: Wed May 20 21:00:31 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4215e918/usage/pom.xml
----------------------------------------------------------------------
diff --git a/usage/pom.xml b/usage/pom.xml
index 8dbc7db..b9bb04b 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>