Skip to content

Commit 85c3238

Browse files
EXM-49518: Removed log4j from Prolog Updater
1 parent 1ba0194 commit 85c3238

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
<artifactId>oxygen-sdk</artifactId>
5454
<version>19.0.0.0</version>
5555
<scope>provided</scope>
56+
<exclusions>
57+
<exclusion>
58+
<groupId>log4j</groupId>
59+
<artifactId>log4j</artifactId>
60+
</exclusion>
61+
</exclusions>
5662
</dependency>
5763

5864
<dependency>
@@ -67,7 +73,17 @@
6773
<version>1.6.2</version>
6874
<scope>test</scope>
6975
</dependency>
70-
76+
77+
<dependency>
78+
<groupId>org.apache.logging.log4j</groupId>
79+
<artifactId>log4j-1.2-api</artifactId>
80+
<scope>provided</scope>
81+
</dependency>
82+
<dependency>
83+
<groupId>org.apache.logging.log4j</groupId>
84+
<artifactId>log4j-core</artifactId>
85+
<scope>provided</scope>
86+
</dependency>
7187
</dependencies>
7288

7389
<reporting>

0 commit comments

Comments
 (0)