From 3c82c332a278b6931d4cc41b4bf6040e545beb42 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 26 Apr 2017 14:44:27 +0200 Subject: [PATCH] Provide FreeBSD native support by default, fixes #56 --- jansi/pom.xml | 14 ++++++++++++-- pom.xml | 17 ++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/jansi/pom.xml b/jansi/pom.xml index 0a4817fb..ed1b3b04 100644 --- a/jansi/pom.xml +++ b/jansi/pom.xml @@ -32,7 +32,7 @@ org.fusesource.hawtjni hawtjni-runtime - 1.9 + 1.15-SNAPSHOT @@ -69,7 +69,17 @@ jansi-linux64 ${jansi-native-version} - + + org.fusesource.jansi + jansi-freebsd32 + ${jansi-native-version} + + + org.fusesource.jansi + jansi-freebsd64 + ${jansi-native-version} + + junit junit diff --git a/pom.xml b/pom.xml index e799b38f..87d55a25 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ JANSI UTF-8 - 1.6 + 1.7-SNAPSHOT 1.5.1 1.5 1.6.1 @@ -97,6 +97,17 @@ https://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + true + + + @@ -129,8 +140,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + 1.6 + 1.6