From commits-return-3596-archive-asf-public=cust-asf.ponee.io@hama.apache.org Sat Feb 24 14:44:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0D54E180656 for ; Sat, 24 Feb 2018 14:44:33 +0100 (CET) Received: (qmail 71652 invoked by uid 500); 24 Feb 2018 13:44:33 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 71641 invoked by uid 99); 24 Feb 2018 13:44:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Feb 2018 13:44:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD8FFEB4E5; Sat, 24 Feb 2018 13:44:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chl501@apache.org To: commits@hama.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hama git commit: HAMA-1003: Java 8 and Scala Support Date: Sat, 24 Feb 2018 13:44:32 +0000 (UTC) Repository: hama Updated Branches: refs/heads/master fe57a39cc -> 2ecb5c9de HAMA-1003: Java 8 and Scala Support Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/2ecb5c9d Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/2ecb5c9d Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/2ecb5c9d Branch: refs/heads/master Commit: 2ecb5c9dee77110cd72fc67080f2da1ba7e5552d Parents: fe57a39 Author: My Name Authored: Sat Feb 24 14:43:49 2018 +0100 Committer: My Name Committed: Sat Feb 24 14:43:49 2018 +0100 ---------------------------------------------------------------------- core/pom.xml | 18 ++++++++++++++++++ pom.xml | 5 +++-- 2 files changed, 21 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/2ecb5c9d/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 1305efb..46d2e68 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -158,11 +158,29 @@ json-simple 1.1 + + org.scala-lang + scala-library + ${scala.version} + + net.alchim31.maven + scala-maven-plugin + 3.2.2 + + + + compile + testCompile + + + + + org.apache.maven.plugins maven-dependency-plugin http://git-wip-us.apache.org/repos/asf/hama/blob/2ecb5c9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 51677fe..5c95857 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,7 @@ 1.2.16 3.4.5 1.7.1 + 2.12.4 @@ -358,8 +359,8 @@ maven-compiler-plugin 2.3.2 - 1.7 - 1.7 + 1.8 + 1.8