You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2015/08/12 13:01:57 UTC

svn commit: r1695474 - /jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Author: chetanm
Date: Wed Aug 12 11:01:57 2015
New Revision: 1695474

URL: http://svn.apache.org/r1695474
Log:
OAK-3217 - Integrate with Felix Script Console

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/pom.xml?rev=1695474&r1=1695473&r2=1695474&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/pom.xml Wed Aug 12 11:01:57 2015
@@ -132,6 +132,17 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+      <version>2.3.6</version>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>