We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba0194 commit 85c3238Copy full SHA for 85c3238
pom.xml
@@ -53,6 +53,12 @@
53
<artifactId>oxygen-sdk</artifactId>
54
<version>19.0.0.0</version>
55
<scope>provided</scope>
56
+ <exclusions>
57
+ <exclusion>
58
+ <groupId>log4j</groupId>
59
+ <artifactId>log4j</artifactId>
60
+ </exclusion>
61
+ </exclusions>
62
</dependency>
63
64
<dependency>
@@ -67,7 +73,17 @@
67
73
<version>1.6.2</version>
68
74
<scope>test</scope>
69
75
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
83
84
+ <artifactId>log4j-core</artifactId>
85
86
71
87
</dependencies>
72
88
89
<reporting>
0 commit comments