This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new cb434d5bac Consolidate duplicate apache rat stanza
cb434d5bac is described below
commit cb434d5baca40a02a0f8fbce222252f79b1c5a60
Author: Andrew Gaul <[email protected]>
AuthorDate: Sun May 12 14:53:56 2024 +0900
Consolidate duplicate apache rat stanza
This resolves a build warning.
---
project/pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/project/pom.xml b/project/pom.xml
index 1db28237aa..0da4197514 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -684,11 +684,6 @@
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
</plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.12</version>
- </plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
@@ -718,6 +713,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <version>0.12</version>
<configuration>
<excludes>
<!-- expectation files for unit tests -->