Skip to content

Commit 340a3ce

Browse files
committed
Replace with universal binary.
1 parent 57a571f commit 340a3ce

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

cli/osx/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,8 @@
228228
</dependency>
229229
<dependency>
230230
<groupId>org.fusesource.jansi</groupId>
231-
<artifactId>jansi</artifactId>
231+
<artifactId>libjansi</artifactId>
232232
<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-
<artifactId>jansi</artifactId>
240-
<version>${jansi.version}</version>
241-
<classifier>arm64</classifier>
242233
<type>jnilib</type>
243234
<scope>runtime</scope>
244235
</dependency>

0 commit comments

Comments
 (0)