SLING-1318 - switching out BSF for Livetribe

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@902945 13f79535-47bb-0310-9956-ffa450edef68
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>