diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index fe5a09f989..6906e400bd 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -203,7 +203,6 @@ limitations under the License. <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.8</version> - <inherited>false</inherited> <executions> <execution> <phase>pre-integration-test</phase> @@ -222,7 +221,6 @@ limitations under the License. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <inherited>false</inherited> <executions> <execution> <id>reserve-port-for-tests</id> |