mysql dependency
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/11514417 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/11514417 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/11514417 Branch: refs/heads/akolb-ha-cli Commit: 11514417c4fee98434e4f6a7050adcb039d7ae81 Parents: 6d7677d Author: Alexander Kolbasov <[email protected]> Authored: Mon Dec 12 12:56:38 2016 -0800 Committer: Alexander Kolbasov <[email protected]> Committed: Wed May 10 23:28:29 2017 -0700 ---------------------------------------------------------------------- sentry-dist/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/11514417/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>
