Removed the jython debug interface module
diff --git a/pom.xml b/pom.xml
index 0d03e90..3428e40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,11 +204,11 @@
       <artifactId>concurrentlinkedhashmap-lru</artifactId>
       <version>1.2</version>
     </dependency>
-    <dependency>
+    <!--<dependency>
       <groupId>org.python</groupId>
       <artifactId>jython-standalone</artifactId>
       <version>2.5.2</version>
-    </dependency>
+    </dependency>-->
     <dependency>
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>