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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 015bbc7 Remove obsolete profile
015bbc7 is described below
commit 015bbc7d031a4d57f4b06f532be4b66fdfd7e6c1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 4 16:12:00 2022 -0500
Remove obsolete profile
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 63f1e6a..cd11017 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,17 +259,6 @@
</site>
</distributionManagement>
</profile>
- <profile>
- <!-- Use a profile to detect if we are running in a Java 1.8
environment.
- Use different versions of easymock/powermock, otherwise the
test execution will fail -->
- <id>test_java_8</id>
- <activation>
- <jdk>1.8</jdk>
- </activation>
- <properties>
- <findbugs.version>3.0.5</findbugs.version>
- </properties>
- </profile>
</profiles>
<properties>