From 03166ad7b699a2d95ff9ac68afee5674c4ee46da Mon Sep 17 00:00:00 2001
From: igarash1 <kigrsk@gmail.com>
Date: Wed, 14 Nov 2018 14:35:29 +0900
Subject: [PATCH] update back maven-surefire-plugin version to 2.19.1

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50106fd76..a5d70a038 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.22.1</version>
+				<version>2.19.1</version>
 				<configuration>
 					<includes>
 						<include>${test.include.path}</include>
-- 
GitLab