You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/04/11 12:50:08 UTC

git commit: [flex-utilities] [refs/heads/develop] - - Added slf4j-simple dependency to get rid of slf4j warnings.

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 16976268d -> 6f2441dc1


- Added slf4j-simple dependency to get rid of slf4j warnings.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/6f2441dc
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/6f2441dc
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/6f2441dc

Branch: refs/heads/develop
Commit: 6f2441dc12766bbd42b3f30bce25a90b816aca7d
Parents: 1697626
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Apr 11 12:49:33 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Apr 11 12:49:33 2015 +0200

----------------------------------------------------------------------
 mavenizer/cli/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6f2441dc/mavenizer/cli/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/cli/pom.xml b/mavenizer/cli/pom.xml
index 839838e..5a7449a 100644
--- a/mavenizer/cli/pom.xml
+++ b/mavenizer/cli/pom.xml
@@ -91,6 +91,11 @@
             <artifactId>commons-lang3</artifactId>
             <version>3.3.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.7.7</version>
+        </dependency>
     </dependencies>
 
 </project>