We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a571f commit 340a3ceCopy full SHA for 340a3ce
cli/osx/pom.xml
@@ -228,17 +228,8 @@
228
</dependency>
229
<dependency>
230
<groupId>org.fusesource.jansi</groupId>
231
- <artifactId>jansi</artifactId>
+ <artifactId>libjansi</artifactId>
232
<version>${jansi.version}</version>
233
- <classifier>x86_64</classifier>
234
- <type>jnilib</type>
235
- <scope>runtime</scope>
236
- </dependency>
237
- <dependency>
238
- <groupId>org.fusesource.jansi</groupId>
239
240
- <version>${jansi.version}</version>
241
- <classifier>arm64</classifier>
242
<type>jnilib</type>
243
<scope>runtime</scope>
244
0 commit comments