Repository: oodt Updated Branches: refs/heads/master fc44dec8e -> 78dd55fda
remove OODT SSO as a dependency. Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/78dd55fd Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/78dd55fd Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/78dd55fd Branch: refs/heads/master Commit: 78dd55fda1c1d3e1edf7b81d7daf7879156063df Parents: fc44dec Author: Chris Mattmann <[email protected]> Authored: Sun Jul 16 11:20:31 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Jul 16 11:20:31 2017 -0700 ---------------------------------------------------------------------- curator/webapp/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/78dd55fd/curator/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml index e2d6254..5038796 100644 --- a/curator/webapp/pom.xml +++ b/curator/webapp/pom.xml @@ -62,10 +62,6 @@ the License. </dependency> <dependency> <groupId>org.apache.oodt</groupId> - <artifactId>oodt-sso</artifactId> - </dependency> - <dependency> - <groupId>org.apache.oodt</groupId> <artifactId>oodt-webapp-components</artifactId> <exclusions> <exclusion>
