Skip to content

Commit 87ea439

Browse files
committed
Fix YAMLFactory/ClassNotFoundException seen on startup of OperatorMain
Signed-off-by: Keith Wall <[email protected]>
1 parent 4d5e0c4 commit 87ea439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kroxylicious-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>com.fasterxml.jackson.dataformat</groupId>
197197
<artifactId>jackson-dataformat-yaml</artifactId>
198-
<scope>test</scope>
198+
<scope>runtime</scope>
199199
</dependency>
200200
<dependency>
201201
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)