ATLAS-2290: fix for unit test failure in HiveMetaStoreBridgeTest
Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/12622e02 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/12622e02 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/12622e02 Branch: refs/heads/master Commit: 12622e020c8c486ef5b927aa32be9e897966b166 Parents: d991222 Author: Madhan Neethiraj <[email protected]> Authored: Thu Nov 30 23:09:10 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Nov 30 23:09:10 2017 -0800 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/12622e02/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index f4f1596..c733d4e 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -139,6 +139,12 @@ </dependency> <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson.version}</version> + </dependency> + + <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> @@ -167,6 +173,13 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.atlas</groupId> + <artifactId>atlas-repository</artifactId> + <classifier>tests</classifier> + <scope>test</scope> + </dependency> </dependencies> <profiles>
