clean up deps to oodt-sso which no longer exists Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/fc44dec8 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/fc44dec8 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/fc44dec8
Branch: refs/heads/feature/zookeeper-config Commit: fc44dec8eaea16840b577f677445ba2c57a7beba Parents: d24ec74 Author: Chris Mattmann <[email protected]> Authored: Sun Jul 16 11:14:18 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Jul 16 11:14:18 2017 -0700 ---------------------------------------------------------------------- curator/services/pom.xml | 4 ---- .../org/apache/oodt/cas/curation/service/CurationService.java | 2 -- 2 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/fc44dec8/curator/services/pom.xml ---------------------------------------------------------------------- diff --git a/curator/services/pom.xml b/curator/services/pom.xml index dfe83ed..f564dec 100644 --- a/curator/services/pom.xml +++ b/curator/services/pom.xml @@ -83,10 +83,6 @@ the License. </exclusions> </dependency> <dependency> - <groupId>org.apache.oodt</groupId> - <artifactId>oodt-sso</artifactId> - </dependency> - <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/oodt/blob/fc44dec8/curator/services/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java ---------------------------------------------------------------------- diff --git a/curator/services/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java b/curator/services/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java index cb1ca41..d414f5c 100644 --- a/curator/services/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java +++ b/curator/services/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java @@ -68,8 +68,6 @@ public class CurationService extends HttpServlet implements CuratorConfMetKeys { protected final static String FORMAT_HTML = "html"; protected final static String UNKNOWN_OUT_FORMAT = "Unsupported Output Format!"; - - protected SingleSignOn sso; /** * Default Constructor.
