Skip to content

Commit

Permalink
Removing all restlet stuff from code (#1833)
Browse files Browse the repository at this point in the history
* Remove all classes that have no reference anywhere.

* Moved some tests to resources

* checkpoint

* Removed tests that test extractParams() functionality. We don't use it anymore

* More changes to delete stuff

Only test deleted so far is LLCSegmentCommit unit test.

* Removed classes via safedelete

* More deletions, and removed unused methods and imports

* Removed a comment

* Port test to not use restlet

* Remove restlet from pomfiles

* Addressed comments from @antumbde

Had to remove one annotation in pojos/Instance.java to get things to compile.
  • Loading branch information
mcvsubbu committed Aug 29, 2017
1 parent 01801e8 commit d096d7f
Show file tree
Hide file tree
Showing 63 changed files with 96 additions and 6,538 deletions.
4 changes: 0 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ This product includes software developed at
jline (http://jline.sourceforge.net/).
Licensed under the BSD License.

This product includes software developed at
restlet (http://www.restlet.org/about/legal).
Licensed under the Apache License 2.0.

This product includes software developed at
Google (http://www.google.com/).
Licensed under the Apache License 2.0.
Expand Down
4 changes: 0 additions & 4 deletions pinot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
</dependency>
<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</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.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d096d7f

Please sign in to comment.