Skip to content

Commit 2335cff

Browse files
committed
fix: update needed dependency
1 parent 3686b21 commit 2335cff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

yamcs-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
</properties>
2121

2222
<dependencies>
23+
<dependency>
24+
<groupId>org.jcommander</groupId>
25+
<artifactId>jcommander</artifactId>
26+
<version>3.0</version>
27+
</dependency>
2328
<dependency>
2429
<groupId>org.yamcs</groupId>
2530
<artifactId>yamcs-client</artifactId>

0 commit comments

Comments
 (0)