Skip to content

Commit

Permalink
Deepthi M|BAH-3967|Updated pom with slf4j and log4j binding dependency (
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthi-mantena authored Jun 18, 2024
1 parent 2a59131 commit 30fe6fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pacs-integration-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,11 @@
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>

</dependencies>
</project>
</project>

0 comments on commit 30fe6fc

Please sign in to comment.