From dd384d358c8035f66ed49695e5341abacb885a97 Mon Sep 17 00:00:00 2001
From: Morris Estepa <estepamo@amazon.com>
Date: Tue, 19 Jul 2022 17:01:55 +0000
Subject: [PATCH] Squashed commit of the following

commit f4bbf3b7
Author: Morris Estepa <estepamo@amazon.com>
Date: Mon Jul 18 2022 10:53:40 GMT-0500 (Central Daylight Time)

    clean up commit


commit ff772c11
Author: Morris Estepa <estepamo@amazon.com>
Date: Mon Jul 18 2022 10:23:59 GMT-0500 (Central Daylight Time)

    update plexus utils for gcp and ibm


commit 2157c826
Author: Morris Estepa <estepamo@amazon.com>
Date: Fri Jul 15 2022 13:51:50 GMT-0500 (Central Daylight Time)

    upgrade plexus-utils
---
 indexer-core/pom.xml           | 34 ++++++++++++++++++++--------------
 provider/indexer-azure/pom.xml |  6 ++++++
 provider/indexer-gcp/pom.xml   |  6 ++++++
 3 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index fee139eb8..1610d9e90 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -232,21 +232,27 @@
 			<version>2.7</version>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>org.codehaus.plexus</groupId>
+			<artifactId>plexus-utils</artifactId>
+			<version>3.0.16</version>
+			<scope>test</scope>
+		</dependency>
 
 	</dependencies>
 
-    <build>
-        <defaultGoal>test</defaultGoal>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
-                <configuration>
-                  <useSystemClassLoader>false</useSystemClassLoader>
-                  <threadCount>1</threadCount>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+	<build>
+		<defaultGoal>test</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<version>2.4.2</version>
+				<configuration>
+					<useSystemClassLoader>false</useSystemClassLoader>
+					<threadCount>1</threadCount>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>
diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml
index 00611c162..6a9503b7d 100644
--- a/provider/indexer-azure/pom.xml
+++ b/provider/indexer-azure/pom.xml
@@ -316,6 +316,12 @@
             <version>${cobertura-maven-plugin.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>3.0.16</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>io.projectreactor.netty</groupId>
             <artifactId>reactor-netty</artifactId>
diff --git a/provider/indexer-gcp/pom.xml b/provider/indexer-gcp/pom.xml
index e1d0699e5..011a618f9 100644
--- a/provider/indexer-gcp/pom.xml
+++ b/provider/indexer-gcp/pom.xml
@@ -96,6 +96,12 @@
             <version>2.7</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>3.0.16</version>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>com.auth0</groupId>
-- 
GitLab