Skip to content

Commit

Permalink
Merge pull request #100 from shashwatj07/issue/log4j_fix
Browse files Browse the repository at this point in the history
Update for log4j
  • Loading branch information
caffreyj authored Jun 26, 2022
2 parents 53d6cf9 + afa032f commit 11b8dde
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ade-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.15.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 11b8dde

Please sign in to comment.