Skip to content

Commit

Permalink
ODP-1644: Removed unsupported interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhjyotsingh committed Jul 9, 2024
1 parent 289e954 commit 3089efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,13 @@
<module>zeppelin-interpreter</module>
<module>zeppelin-interpreter-shaded</module>
<module>zeppelin-zengine</module>
<module>rlang</module>
<module>zeppelin-jupyter-interpreter</module>
<module>zeppelin-jupyter-interpreter-shaded</module>
<module>groovy</module>
<module>spark</module>
<module>spark-submit</module>
<module>markdown</module>
<module>mongodb</module>
<module>angular</module>
<module>shell</module>
<module>livy</module>
<module>hbase</module>
<module>jdbc</module>
<module>file</module>
<module>flink</module>
<module>flink-cmd</module>
<module>influxdb</module>
<module>python</module>
<module>cassandra</module>
<module>elasticsearch</module>
<module>bigquery</module>
<module>alluxio</module>
<module>neo4j</module>
<module>java</module>
<module>sparql</module>
<module>zeppelin-common</module>
<module>zeppelin-client</module>
<module>zeppelin-client-examples</module>
Expand Down
12 changes: 0 additions & 12 deletions zeppelin-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>spark-interpreter</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-shell</artifactId>
Expand All @@ -66,12 +60,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-python</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-server</artifactId>
Expand Down

0 comments on commit 3089efb

Please sign in to comment.