From 95b5fdccdcb30a6950dd040202d730b6a2085c6b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 8 Nov 2018 22:05:21 -0800 Subject: [PATCH] GUACAMOLE-656: Explicitly depend on maven-surefire-plugin 3.0.0-M1 due to SUREFIRE-1588. --- extensions/guacamole-auth-ldap/pom.xml | 7 +++++++ extensions/guacamole-auth-quickconnect/pom.xml | 7 +++++++ extensions/guacamole-auth-totp/pom.xml | 7 +++++++ guacamole-common/pom.xml | 7 +++++++ guacamole-ext/pom.xml | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/extensions/guacamole-auth-ldap/pom.xml b/extensions/guacamole-auth-ldap/pom.xml index 6872f6a46..22d59bd90 100644 --- a/extensions/guacamole-auth-ldap/pom.xml +++ b/extensions/guacamole-auth-ldap/pom.xml @@ -121,6 +121,13 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + diff --git a/extensions/guacamole-auth-quickconnect/pom.xml b/extensions/guacamole-auth-quickconnect/pom.xml index e90bef1fe..8acf5f686 100644 --- a/extensions/guacamole-auth-quickconnect/pom.xml +++ b/extensions/guacamole-auth-quickconnect/pom.xml @@ -172,6 +172,13 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + diff --git a/extensions/guacamole-auth-totp/pom.xml b/extensions/guacamole-auth-totp/pom.xml index 5d8bc4548..d34db07fb 100644 --- a/extensions/guacamole-auth-totp/pom.xml +++ b/extensions/guacamole-auth-totp/pom.xml @@ -201,6 +201,13 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml index 1296f288d..219d69479 100644 --- a/guacamole-common/pom.xml +++ b/guacamole-common/pom.xml @@ -125,6 +125,13 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml index 9b76aa103..e123b9fe4 100644 --- a/guacamole-ext/pom.xml +++ b/guacamole-ext/pom.xml @@ -131,6 +131,13 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + +