From 48dfb3738175091173e3d230976b8ceaa6ad2f7d Mon Sep 17 00:00:00 2001 From: Dain Sundstrom Date: Wed, 7 Oct 2015 09:19:09 -0400 Subject: [PATCH] Upgrade to Airbase 45 to fix Java 8 compatibility Previous version of Jacoco could not parse Java8 byte code and would fail the build. Fixes #46 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96a13f310..6df064151 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ io.airlift airbase - 28 + 45 airline