Repository: incubator-sentry Updated Branches: refs/heads/master 600f0f15e -> 112dd60bc
SENTRY-248: The sentry-provider-cache dependency is not correctly set (Prasad Mujumdar via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/112dd60b Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/112dd60b Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/112dd60b Branch: refs/heads/master Commit: 112dd60bc6ca7948a6f3d75cb9c7c0d72e70f841 Parents: 600f0f1 Author: Jarek Jarcec Cecho <[email protected]> Authored: Tue Jun 3 15:18:00 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Tue Jun 3 15:18:00 2014 -0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ sentry-dist/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/112dd60b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72e390a..f4b6583 100644 --- a/pom.xml +++ b/pom.xml @@ -310,6 +310,11 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> + <artifactId>sentry-provider-cache</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> <artifactId>sentry-provider-db</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/112dd60b/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index edac341..3a040b8 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -60,6 +60,10 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> + <artifactId>sentry-provider-cache</artifactId> + </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> <artifactId>sentry-policy-common</artifactId> </dependency> <dependency>
