From c3f86551a97f6b984d6d100588a70615277d40b4 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 21 Dec 2017 19:12:47 +0100 Subject: [PATCH] assertLogNotContaining missing in Ant 1.7; sync ivy.xml and pom.xml --- ivy.xml | 7 +++++-- project-template.pom | 21 ++++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ivy.xml b/ivy.xml index 79d4b56..cc8dcbc 100644 --- a/ivy.xml +++ b/ivy.xml @@ -35,7 +35,8 @@ - + + @@ -56,6 +57,8 @@ e:classifier="ivy"/> - + + + diff --git a/project-template.pom b/project-template.pom index fafceca..0f860e1 100644 --- a/project-template.pom +++ b/project-template.pom @@ -86,23 +86,22 @@ junit - junit-dep - 4.4 + junit + 4.12 compile true - org.apache.ant ant-launcher - 1.7.1 - runtime + 1.8.1 + provided + + + org.apache.ant + ant-testutil + 1.8.1 + test - -