Atualização do log4j

master
Gleimar Botelho Baleeiro 2023-11-08 18:09:11 -03:00
parent 049ec8ad38
commit 20664ec1b8
1 changed files with 34 additions and 1 deletions

35
pom.xml
View File

@ -5,7 +5,7 @@
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>GeneradorBoletosCNAB</name>
<distributionManagement>
@ -56,6 +56,33 @@
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.21.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.21.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.21.1</version>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>jrimum-texgit</artifactId>
@ -69,6 +96,12 @@
<groupId>sun-jaxb-rj</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>