Skip to content

Commit

Permalink
correção fix de versão
Browse files Browse the repository at this point in the history
  • Loading branch information
braully committed Feb 9, 2024
1 parent c62d76b commit 3e14c48
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.braully</groupId>
<artifactId>bpp-cobranca</artifactId>
<packaging>jar</packaging>
<version>1.0.3-SNAPSHOT</version>
<version>3.8.8</version>
<name>BPP-Cobrança</name>
<description>This is a fork and merge from JRimum ( http://www.jrimum.org ),
- Bopepo: https://github.com/jrimum/bopepo
Expand Down Expand Up @@ -221,15 +221,18 @@
</build>

<dependencies>
<!--Range de versao levemente bugado-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>[2.0.0,3.0.0)</version>
<!--<version>[2.22.1,)</version>-->
<version>[2.0.0,2.100)</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>[2.0.0,3.0.0)</version>
<!--<version>[2.22.1,)</version>-->
<version>[2.0.0,2.100)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 3e14c48

Please sign in to comment.