aboutsummaryrefslogtreecommitdiffstats
path: root/aai-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r--aai-parent/pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 7b462574..ff7c7c6c 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -100,7 +100,7 @@ limitations under the License.
<io.swagger.version>1.5.24</io.swagger.version>
<logback.version>1.2.3</logback.version>
<slf4j.version>1.7.25</slf4j.version>
- <log4j.version>1.2.17</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
<mockito.all.version>1.10.19</mockito.all.version>
<mockito.core.version>1.10.19</mockito.core.version>
<netty.handler.version>4.1.43.Final</netty.handler.version>
@@ -613,15 +613,10 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>apache-log4j-extras</artifactId>
- <version>${log4j.version}</version>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${log4j.version}</version>
+ <type>pom</type>
</dependency>
<dependency>