From 254056f013a6ec158e3792668bdda68bc78de3c0 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Tue, 1 Jun 2021 23:40:15 -0400 Subject: [PATCH] Adding child modules explicitly --- testing/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/pom.xml b/testing/pom.xml index 7ad59c09a..fdb653d5c 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -36,6 +36,9 @@ <modules> <module>indexer-test-core</module> <module>indexer-test-gcp</module> + <module>indexer-test-aws</module> + <module>indexer-test-azure</module> + <module>indexer-test-ibm</module> </modules> <repositories> -- GitLab