File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8484 <artifactId >picocli</artifactId >
8585 <version >${picocli.version} </version >
8686 </dependency >
87- <dependency >
88- <groupId >info.picocli</groupId >
89- <artifactId >picocli-codegen</artifactId >
90- <version >${picocli.version} </version >
91- <scope >provided</scope >
92- </dependency >
9387 <dependency >
9488 <groupId >org.reflections</groupId >
9589 <artifactId >reflections</artifactId >
108102 <version >1.18.20</version >
109103 <scope >provided</scope >
110104 </dependency >
105+ <dependency >
106+ <groupId >info.picocli</groupId >
107+ <artifactId >picocli-codegen</artifactId >
108+ <version >${picocli.version} </version >
109+ <scope >provided</scope >
110+ </dependency >
111111 <!-- Test -->
112112 <dependency >
113113 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments