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 f51d661070bef444f4bf85010b4d0cb5ab906e69 Author: Daniel Kulp <[email protected]> AuthorDate: Mon Dec 12 14:48:48 2022 -0500 java_first_jaxws does not need java17 --- .../src/main/release/samples/java_first_jaxws/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml b/distribution/src/main/release/samples/java_first_jaxws/pom.xml index f8c18a003b..ce2709c439 100644 --- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml +++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml @@ -82,17 +82,6 @@ </deployables> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <configuration> - <rules> - <requireJavaVersion> - <version>17</version> - </requireJavaVersion> - </rules> - </configuration> - </plugin> </plugins> <finalName>java_first_jaxws</finalName> </build>
