From 9787896117e94c08d81722892cb674f2487796b6 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Fri, 5 Mar 2021 16:26:07 +0900 Subject: [PATCH] Run tests only affected by last commit --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index f0d6524fb..034af675e 100644 --- a/pom.xml +++ b/pom.xml @@ -314,6 +314,7 @@ 1.0.0 2.2.0 1.4.30 + 1.3 @@ -410,6 +411,12 @@ netty-codec-dns ${netty.version} + + org.walkmod + junit4git + ${junit4git.version} + test + @@ -791,6 +798,10 @@ ${dl4j-test-resources.classifier} test + + org.walkmod + junit4git + @@ -1105,6 +1116,12 @@ true + + + listener + org.walkmod.junit4git.junit4.Junit4GitListener + +