Repository: knox Updated Branches: refs/heads/master aceb26a9f -> a32edadd0
KNOX-1472 - Remove explicit surefire plugin block in child poms Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/a32edadd Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/a32edadd Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/a32edadd Branch: refs/heads/master Commit: a32edadd0575acbceb0dd0f5fe89192ba1bbfdc3 Parents: aceb26a Author: Kevin Risden <[email protected]> Authored: Thu Sep 27 17:44:01 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Fri Sep 28 10:17:47 2018 -0400 ---------------------------------------------------------------------- gateway-test-utils/pom.xml | 10 ---------- gateway-util-common/pom.xml | 10 ---------- gateway-util-urltemplate/pom.xml | 10 ---------- 3 files changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/a32edadd/gateway-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml index e968875..f513078 100644 --- a/gateway-test-utils/pom.xml +++ b/gateway-test-utils/pom.xml @@ -29,16 +29,6 @@ <name>gateway-test-utils</name> <description>A collection of common utilities used for testing.</description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> - </plugin> - </plugins> - </build> - <dependencies> <dependency> <groupId>org.hamcrest</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/a32edadd/gateway-util-common/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-common/pom.xml b/gateway-util-common/pom.xml index 0103413..3f66b8f 100644 --- a/gateway-util-common/pom.xml +++ b/gateway-util-common/pom.xml @@ -29,16 +29,6 @@ <name>gateway-util-common</name> <description>A collection of common utilities.</description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> - </plugin> - </plugins> - </build> - <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> http://git-wip-us.apache.org/repos/asf/knox/blob/a32edadd/gateway-util-urltemplate/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-urltemplate/pom.xml b/gateway-util-urltemplate/pom.xml index 1b32109..a0650bb 100644 --- a/gateway-util-urltemplate/pom.xml +++ b/gateway-util-urltemplate/pom.xml @@ -29,16 +29,6 @@ <name>gateway-util-urltemplate</name> <description>A utility that URL parsing, matching, templating and expansion.</description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> - </plugin> - </plugins> - </build> - <dependencies> <dependency> <groupId>${gateway-group}</groupId>
