summaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml22
1 files changed, 13 insertions, 9 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 865a8a7c..f56e132a 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -93,8 +93,7 @@ limitations under the License.
<httpclient.version>4.5.13</httpclient.version>
<io.swagger.version>1.5.24</io.swagger.version>
<logback.version>1.2.13</logback.version>
- <slf4j.version>1.7.25</slf4j.version>
- <log4j.version>2.17.1</log4j.version>
+ <slf4j.version>1.7.36</slf4j.version>
<mockito.all.version>3.4.0</mockito.all.version>
<mockito.core.version>3.4.0</mockito.core.version>
<opencsv.version>3.1</opencsv.version>
@@ -211,6 +210,18 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>${hamcrest.junit.version}</version>
@@ -430,13 +441,6 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- <type>pom</type>
- </dependency>
-
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>