This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 8fd1036 Mark the findsecbugs-plugin artifact as a test dependency
8fd1036 is described below
commit 8fd1036bec2ed035f37b62eb140b27de48d5ae12
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Feb 7 20:33:41 2025 -0500
Mark the findsecbugs-plugin artifact as a test dependency
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 5cb7eb9..13bd8b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,6 +494,7 @@ under the License.
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>${findsecbugs.version}</version>
+ <scope>test</scope>
</plugin>
</plugins>
</configuration>