Skip to content
Snippets Groups Projects
Commit dd384d35 authored by Morris Estepa's avatar Morris Estepa
Browse files

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
parent 8812473a
No related branches found
No related tags found
2 merge requests!378No more retry attempts for schema not found,!352Update plexus-utils version
......@@ -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>
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment