Skip to content

Commit ec777e7

Browse files
committed
Switch to released jansi-native artifacts.
1 parent 5dcfc1a commit ec777e7

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

jansi/pom.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,17 @@
6060
<artifactId>jansi-osx</artifactId>
6161
<version>${jansi-native-version}</version>
6262
</dependency>
63-
<!--
6463
<dependency>
6564
<groupId>org.fusesource.jansi</groupId>
66-
<artifactId>jansi-native</artifactId>
67-
<classifier>linux32</classifier>
65+
<artifactId>jansi-linux32</artifactId>
6866
<version>${jansi-native-version}</version>
6967
</dependency>
7068
<dependency>
7169
<groupId>org.fusesource.jansi</groupId>
72-
<artifactId>jansi-native</artifactId>
73-
<classifier>linux64</classifier>
70+
<artifactId>jansi-linux32</artifactId>
7471
<version>${jansi-native-version}</version>
7572
</dependency>
76-
-->
77-
73+
7874
<dependency>
7975
<groupId>junit</groupId>
8076
<artifactId>junit</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<forge-project-id-uc>JANSI</forge-project-id-uc>
3838

3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<jansi-native-version>1.6-SNAPSHOT</jansi-native-version>
40+
<jansi-native-version>1.6</jansi-native-version>
4141
<scalate-version>1.5.1</scalate-version>
4242
<scalamd-version>1.5</scalamd-version>
4343
<slf4j-version>1.6.1</slf4j-version>

0 commit comments

Comments
 (0)