You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2013/10/01 01:13:54 UTC

[6/8] git commit: updated refs/heads/managed-context to 7cac1bd

Add slf4j managed version


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

Branch: refs/heads/managed-context
Commit: 7ed91f1e64c5b29f9bd364537c152742ee73da46
Parents: 37b80d2
Author: Darren Shepherd <da...@gmail.com>
Authored: Mon Sep 30 10:37:29 2013 -0700
Committer: Darren Shepherd <da...@gmail.com>
Committed: Mon Sep 30 10:37:29 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7ed91f1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5123b9b..d8c6f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,6 +381,16 @@
         <artifactId>wsdl4j</artifactId>
         <version>1.4</version>
       </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>1.7.5</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.7.5</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>