This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.api-2.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-api.git
commit 7aeb962fa6a163e5ced34d2ee83d0ef5d13a8742 Author: Justin Edelson <[email protected]> AuthorDate: Mon Jan 25 19:32:13 2010 +0000 SLING-1318 - switching out BSF for Livetribe git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/api@902945 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 82f3b0f..31b62b0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -74,10 +74,10 @@ </dependency> <dependency> - <groupId>org.apache.bsf</groupId> - <artifactId>bsf-api</artifactId> - <version>3.0-beta2</version> - <scope>compile</scope> + <groupId>org.livetribe</groupId> + <artifactId>livetribe-jsr223</artifactId> + <version>2.0.6</version> + <scope>compile</scope> </dependency> <dependency> @@ -98,6 +98,5 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
