From 063e60813af955e6db6353ede79249a7bab9d63e Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 13 Dec 2017 19:07:41 +0530 Subject: JUnit 5 support - A new junitlauncher task --- lib/libraries.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/libraries.properties b/lib/libraries.properties index 3d4f4a156..cf8e93037 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -53,6 +53,11 @@ jdepend.version=2.9.1 jruby.version=1.6.8 junit.version=4.12 rhino.version=1.7.8 +junit-platform-launcher.version=1.1.0 +# Only used for internal tests in Ant project +junit-vintage-engine.version=5.1.0 +# Only used for internal tests in Ant project +junit-jupiter-engine.version=5.1.0 jsch.version=0.1.54 jython.version=2.7.0 # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo -- cgit v1.2.1