Skip to content

Commit 894ae8f

Browse files
committed
fix: add missing property
1 parent dd8b9b3 commit 894ae8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commander/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<version>1.26.0-SNAPSHOT</version>
3434
</parent>
3535
<artifactId>commander</artifactId>
36+
<properties>
37+
<slf4j.version>2.0.17</slf4j.version>
38+
<logback.version>1.5.6</logback.version>
39+
</properties>
3640
<dependencies>
3741
<dependency>
3842
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)