Browse Source

[AMBARI-24015] Add the dependency of slf4j-log4j12 to fix the lack of log4j output (#1475)

Add the dependency of slf4j-log4j12 to fix the lack of log4j output
a8726426 7 years ago
parent
commit
8f69cd75d5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ambari-logsearch/ambari-logsearch-portal/pom.xml

+ 4 - 0
ambari-logsearch/ambari-logsearch-portal/pom.xml

@@ -529,6 +529,10 @@
     <artifactId>log4j</artifactId>
     <version>1.2.17</version>
   </dependency>
+     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>