This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 5bd0fb622820a48cf0c9d8a9c7879dba4a4596e7 Author: sseifert <[email protected]> AuthorDate: Wed Sep 18 18:35:49 2019 +0200 add profile latest-scripting-bundles to test with latest scripting bundles (cherry picked from commit da833b52ffa4a1836cc8fae4b49833245556d92b) --- core/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 57359b3..9e5c2c7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -333,6 +333,23 @@ </dependency> </dependencies> </profile> + <profile> + <id>latest-scripting-bundles</id> + <dependencies> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.api</artifactId> + <version>2.2.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.core</artifactId> + <version>2.0.58</version> + <scope>compile</scope> + </dependency> + </dependencies> + </profile> </profiles> </project>
