Skip to content

Commit

Permalink
Specify log4j version as 1.2.17 to be able to declare rollingPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Jun 7, 2018
1 parent 27c8658 commit 3e0a5de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assemblies/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<geronimo-servlet_3.0_spec.version>1.0</geronimo-servlet_3.0_spec.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
<slf4j-log4j12.version>1.7.7</slf4j-log4j12.version>
<log4j.version>1.2.17</log4j.version>
<apache-log4j-extras>1.2.17</apache-log4j-extras>
<webservices-api.version>2.3.1</webservices-api.version>
<webservices-rt.version>2.3.1</webservices-rt.version>
Expand Down Expand Up @@ -624,6 +625,11 @@
</dependency>

<!-- Other third-party dependencies -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
Expand Down

0 comments on commit 3e0a5de

Please sign in to comment.