fix: adding Logs
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Gitea Actions Demo / mvnBuild (push) Successful in 1m27s

This commit is contained in:
2024-10-18 23:13:05 -04:00
parent 668bab3a61
commit 5fc15df153
12 changed files with 12676 additions and 5 deletions
+9 -1
View File
@@ -73,14 +73,22 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.24.0</version>
<version>2.24.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>3.0.0-beta2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.1</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-java -->
<dependency>