trivial: remove config for default values
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
index 2b073ac..9a50dd6 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
@@ -89,8 +89,6 @@
                 <configuration>
                     <jasperMappedFile>true</jasperMappedFile>
                     <jasperKeepGenerated>true</jasperKeepGenerated>
-                    <compilerSourceVM>1.8</compilerSourceVM>
-                    <compilerTargetVM>1.8</compilerTargetVM>
                 </configuration>
             </plugin>
             <plugin>