Skip to content

Commit

Permalink
force dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoAmess committed May 8, 2022
1 parent 6f03d02 commit 9c14eb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,21 @@
<version>23.0.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.17.2</version>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<prerequisites>
<maven>3.1</maven>
Expand Down

0 comments on commit 9c14eb8

Please sign in to comment.