Skip to content

Commit

Permalink
Merge pull request #718 from project-sunbird/search-log-fix
Browse files Browse the repository at this point in the history
Issue #000 fix: Search service logs issue fix
  • Loading branch information
maheshkumargangula authored Oct 21, 2019
2 parents 8def06a + 2373e09 commit a8e24b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions searchIndex-platform/module/search-api/search-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
<artifactId>filters-helpers_2.11</artifactId>
<version>2.4.6</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.9.1</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/app</sourceDirectory>
Expand Down

0 comments on commit a8e24b7

Please sign in to comment.