Skip to content

Commit

Permalink
Switch to released jansi-native artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Apr 27, 2016
1 parent 5dcfc1a commit ec777e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,17 @@
<artifactId>jansi-osx</artifactId>
<version>${jansi-native-version}</version>
</dependency>
<!--
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<classifier>linux32</classifier>
<artifactId>jansi-linux32</artifactId>
<version>${jansi-native-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<classifier>linux64</classifier>
<artifactId>jansi-linux32</artifactId>
<version>${jansi-native-version}</version>
</dependency>
-->


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<forge-project-id-uc>JANSI</forge-project-id-uc>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jansi-native-version>1.6-SNAPSHOT</jansi-native-version>
<jansi-native-version>1.6</jansi-native-version>
<scalate-version>1.5.1</scalate-version>
<scalamd-version>1.5</scalamd-version>
<slf4j-version>1.6.1</slf4j-version>
Expand Down

0 comments on commit ec777e7

Please sign in to comment.