This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit b0f9122a9ecc9dc48a49072e54c8fa1a59c59eb3 Author: Daniel Kulp <[email protected]> AuthorDate: Mon Dec 12 15:25:19 2022 -0500 jaxws_async can use java11 --- distribution/src/main/release/samples/jaxws_async/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/distribution/src/main/release/samples/jaxws_async/pom.xml b/distribution/src/main/release/samples/jaxws_async/pom.xml index ef583a2158..24ecccbf86 100644 --- a/distribution/src/main/release/samples/jaxws_async/pom.xml +++ b/distribution/src/main/release/samples/jaxws_async/pom.xml @@ -85,17 +85,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <configuration> - <rules> - <requireJavaVersion> - <version>17</version> - </requireJavaVersion> - </rules> - </configuration> - </plugin> </plugins> </build> <dependencies>
