You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/08 20:46:51 UTC

[maven-scm] branch SCM-906 created (now 9f148fa)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch SCM-906
in repository https://gitbox.apache.org/repos/asf/maven-scm.git.


      at 9f148fa  [SCM-906] JGit provider tests miss SLF4J binding

This branch includes the following new commits:

     new 9f148fa  [SCM-906] JGit provider tests miss SLF4J binding

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-scm] 01/01: [SCM-906] JGit provider tests miss SLF4J binding

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-906
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 9f148fa9c7a01301788440a9cf71da2364208849
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 8 22:46:41 2018 +0200

    [SCM-906] JGit provider tests miss SLF4J binding
---
 .../maven-scm-providers-git/maven-scm-provider-jgit/pom.xml        | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/pom.xml b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/pom.xml
index a4ab57e..d614d70 100644
--- a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/pom.xml
+++ b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/pom.xml
@@ -52,6 +52,13 @@
       <artifactId>org.eclipse.jgit</artifactId>
       <version>4.5.4.201711221230-r</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.7.25</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>