Added logback-classic 1.2.3 declaration in bom
This commit is contained in:
parent
e038eb9cd6
commit
99986cf79f
6
pom.xml
6
pom.xml
|
@ -184,6 +184,12 @@
|
|||
</dependency>
|
||||
<!-- END Accounting Related Dependencies -->
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue