Merge pull request #637 from werpu/2.3-next

Follow up on https://issues.apache.org/jira/browse/MYFACES-4606
diff --git a/impl/pom.xml b/impl/pom.xml
index 78b5b62..0fa1722 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -716,14 +716,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>11</source>
-                    <target>11</target>
-                </configuration>
-            </plugin>
 
         </plugins>