mysql dependency
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/9975ab26 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/9975ab26 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/9975ab26 Branch: refs/heads/akolb-ha-cli Commit: 9975ab2674683bfb63be75c9e84df55db9f98f7a Parents: 91168c6 Author: Alexander Kolbasov <[email protected]> Authored: Mon Dec 12 12:56:38 2016 -0800 Committer: Alexander Kolbasov <[email protected]> Committed: Sun Jan 22 17:09:07 2017 -0800 ---------------------------------------------------------------------- sentry-dist/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/9975ab26/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 5952b87..14f6ba1 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -98,6 +98,11 @@ limitations under the License. <groupId>org.apache.sentry</groupId> <artifactId>sentry-hdfs-dist</artifactId> </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + <version>5.1.39</version> + </dependency> </dependencies> <profiles> <profile>
