minor fixes to merged secure-client pull request
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/bbf98001 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/bbf98001 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/bbf98001 Branch: refs/remotes/origin/master Commit: bbf98001ac1e732e31bddd4e629cf0a32be1b73d Parents: 18f6aef Author: Jon Maron <[email protected]> Authored: Mon May 11 15:14:08 2015 -0400 Committer: Jon Maron <[email protected]> Committed: Mon May 11 15:14:08 2015 -0400 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 1 + client/pom.xml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/bbf98001/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index fa3df78..2e58ed7 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -125,6 +125,7 @@ <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> + <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/bbf98001/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 6d75915..c4bf34b 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -45,13 +45,6 @@ </dependency> <dependency> - <groupId>org.apache.directory.jdbm</groupId> - <artifactId>apacheds-jdbm1</artifactId> - <version>2.0.0-M2</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> </dependency>
