Skip to content

Commit 6eb2467

Browse files
committed
feat: add logging for tests
1 parent c55d335 commit 6eb2467

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

operator-framework/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
<version>0.19</version>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.slf4j</groupId>
78+
<artifactId>slf4j-simple</artifactId>
79+
<version>${slf4j.version}</version>
80+
<scope>test</scope>
81+
</dependency>
7682
</dependencies>
7783

7884
</project>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<surefire.version>3.0.0-M5</surefire.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<fabric8-client.version>5.0.0</fabric8-client.version>
42+
<slf4j.version>1.7.30</slf4j.version>
4243
</properties>
4344

4445
<modules>
@@ -61,7 +62,7 @@
6162
<dependency>
6263
<groupId>org.slf4j</groupId>
6364
<artifactId>slf4j-api</artifactId>
64-
<version>1.7.30</version>
65+
<version>${slf4j.version}</version>
6566
</dependency>
6667
<dependency>
6768
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)