This is an automated email from the ASF dual-hosted git repository. radu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git
commit 435f28629b0ce25502c811104c0209b61c03e542 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Sep 3 18:49:33 2020 +0200 trivial: remove config for default values --- .../org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml | 2 -- 1 file changed, 2 deletions(-) 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>
