Skip to content

Commit

Permalink
Cleanup legacy files. (#1914)
Browse files Browse the repository at this point in the history
This PR involves cleaning up proto files, and common file/classes. More specifically, it

- Removes `interactive_engine/rust-common`
- Removes a bunch of legacy proto files
- Removes lots of classes in `interactive_engine/common/`
- Cleanup `interactive_engine/deploy` directory.
- Reduce some maven dependencies.
  • Loading branch information
siyuan0322 committed Aug 2, 2022
1 parent 8a04f83 commit 7e826c6
Show file tree
Hide file tree
Showing 109 changed files with 407 additions and 9,020 deletions.

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions interactive_engine/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,7 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-paranamer</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7e826c6

Please sign in to comment.