Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 2a4c9d8

Browse files
committed
added missing log4j-slf4j2-impl dependencies
1 parent 7b9c5f3 commit 2a4c9d8

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

codex-process-data-transfer/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<artifactId>mockito-core</artifactId>
6666
<scope>test</scope>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.apache.logging.log4j</groupId>
70+
<artifactId>log4j-slf4j2-impl</artifactId>
71+
<scope>test</scope>
72+
</dependency>
6873
</dependencies>
6974

7075
<build>

codex-processes-ap1-test-data-generator/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-api</artifactId>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.apache.logging.log4j</groupId>
57+
<artifactId>log4j-slf4j2-impl</artifactId>
58+
</dependency>
5559
</dependencies>
5660

5761
<build>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@
157157
<artifactId>mockito-core</artifactId>
158158
<version>4.8.0</version>
159159
</dependency>
160+
<dependency>
161+
<groupId>org.apache.logging.log4j</groupId>
162+
<artifactId>log4j-slf4j2-impl</artifactId>
163+
<version>2.20.0</version>
164+
</dependency>
160165
</dependencies>
161166
</dependencyManagement>
162167

0 commit comments

Comments
 (0)