migrated to slf4j
This commit is contained in:
15
pom.xml
15
pom.xml
@ -26,8 +26,8 @@
|
||||
<junit.version>4.12</junit.version>
|
||||
<commons-codec.version>1.10</commons-codec.version>
|
||||
<commons-net.version>3.3</commons-net.version>
|
||||
<commons-lang3.version>3.4</commons-lang3.version>
|
||||
<log4j.version>2.4.1</log4j.version>
|
||||
<commons-lang3.version>3.4</commons-lang3.version>
|
||||
<slf4j.version>1.7.13</slf4j.version>
|
||||
<javax-mail.version>1.4.7</javax-mail.version>
|
||||
<javaee-api.version>7.0</javaee-api.version>
|
||||
<edtFTPj.version>1.5.3</edtFTPj.version>
|
||||
@ -65,15 +65,10 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
|
||||
Reference in New Issue
Block a user