Skip to content

Commit 5c965b8

Browse files
committed
Refactored CoreProtectAPI
1 parent d6c4755 commit 5c965b8

File tree

11 files changed

+799
-290
lines changed

11 files changed

+799
-290
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ context.json
179179
run.sh
180180
run_*.sh
181181
no-log4j2.xml
182+
database.db
183+
*tests.txt
184+
refactor.txt
182185

183186
# Compiled class file
184187
*.class

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,12 @@
190190
<dependency>
191191
<groupId>org.apache.logging.log4j</groupId>
192192
<artifactId>log4j-core</artifactId>
193-
<version>2.23.1</version>
193+
<version>2.19.0</version>
194+
</dependency>
195+
<dependency>
196+
<groupId>org.apache.logging.log4j</groupId>
197+
<artifactId>log4j-api</artifactId>
198+
<version>2.19.0</version>
194199
</dependency>
195200
<dependency>
196201
<groupId>com.github.DeadSilenceIV</groupId>

0 commit comments

Comments
 (0)