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 6dfaa3dc68347b418bab519bff3247a0551655fa
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Dec 15 10:53:22 2022 -0500

    Couple more can work with Java11
---
 .../samples/jax_rs/description_openapi_v3_spring/pom.xml | 16 ----------------
 .../src/main/release/samples/jms_spring_config/pom.xml   | 11 -----------
 2 files changed, 27 deletions(-)

diff --git 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
index d6264a42ad..17fc5457ae 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
@@ -29,22 +29,6 @@
         <relativePath>../..</relativePath>
     </parent>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <configuration>
-                    <rules>
-                        <requireJavaVersion>
-                            <version>17</version>
-                        </requireJavaVersion>
-                    </rules>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <profiles>
         <profile>
             <id>server</id>
diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml 
b/distribution/src/main/release/samples/jms_spring_config/pom.xml
index 5fd87a2f2c..c3730bfe33 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -68,17 +68,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>
     <profiles>

Reply via email to