Skip to content

Commit

Permalink
EDGOAIPMH-69 - Kiwi R3 2021 - Log4j vulnerability verification and co…
Browse files Browse the repository at this point in the history
…rrection
  • Loading branch information
siarhei-charniak committed Dec 16, 2021
1 parent 21797fd commit 8cb9b90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
<exec.mainClass>org.folio.edge.oaipmh.MainVerticle</exec.mainClass>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.16.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.folio</groupId>
Expand Down

0 comments on commit 8cb9b90

Please sign in to comment.