diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index fee139eb8a5ae914d5d71e8d95bec105a9604dde..1610d9e90a746b0bc994bbc8afd5b77334c6edd4 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 00611c1627bfb3fff639819b9a45d390cc63a796..6a9503b7d40d5e7a8472b79b4907ad9de9563477 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 e1d0699e5975fc470e97d525349060e2161a6cc3..011a618f99bba5b42595777657594c1d33d9fa26 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>