You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/12/11 04:46:36 UTC

[GitHub] jeongyooneo closed pull request #166: [NEMO-80] SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder

jeongyooneo closed pull request #166: [NEMO-80] SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder
URL: https://github.com/apache/incubator-nemo/pull/166
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index b77c67f9e..ce18b0075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,16 @@ under the License.
                 <artifactId>slf4j-log4j12</artifactId>
                 <version>${slf4j.version}</version>
             </dependency>
+            <dependency>
+                <!--
+                This is needed to view the logs when running unit tests.
+                See https://dzone.com/articles/how-configure-slf4j-different for details.
+                -->
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>1.6.2</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services