File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 60
60
<artifactId >jansi-osx</artifactId >
61
61
<version >${jansi-native-version} </version >
62
62
</dependency >
63
- <!--
64
63
<dependency >
65
64
<groupId >org.fusesource.jansi</groupId >
66
- <artifactId>jansi-native</artifactId>
67
- <classifier>linux32</classifier>
65
+ <artifactId >jansi-linux32</artifactId >
68
66
<version >${jansi-native-version} </version >
69
67
</dependency >
70
68
<dependency >
71
69
<groupId >org.fusesource.jansi</groupId >
72
- <artifactId>jansi-native</artifactId>
73
- <classifier>linux64</classifier>
70
+ <artifactId >jansi-linux32</artifactId >
74
71
<version >${jansi-native-version} </version >
75
72
</dependency >
76
- -->
77
-
73
+
78
74
<dependency >
79
75
<groupId >junit</groupId >
80
76
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 37
37
<forge-project-id-uc >JANSI</forge-project-id-uc >
38
38
39
39
<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 >
41
41
<scalate-version >1.5.1</scalate-version >
42
42
<scalamd-version >1.5</scalamd-version >
43
43
<slf4j-version >1.6.1</slf4j-version >
You can’t perform that action at this time.
0 commit comments