Repository: sentry Updated Branches: refs/heads/master 2488be5bf -> 7f3084bea
SENTRY-2049: Remove hive-authz2 profile from the sentry-dist module (Steve Moist, reviewed by Sergio Pena) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/7f3084be Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/7f3084be Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/7f3084be Branch: refs/heads/master Commit: 7f3084bea616e311b3d993d636ff8d0182bf6cfa Parents: 2488be5 Author: Sergio Pena <[email protected]> Authored: Wed Nov 29 11:44:29 2017 -0600 Committer: Sergio Pena <[email protected]> Committed: Wed Nov 29 11:44:29 2017 -0600 ---------------------------------------------------------------------- sentry-dist/pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/7f3084be/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index f466295..8c68bbd 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -98,33 +98,11 @@ limitations under the License. <groupId>org.apache.sentry</groupId> <artifactId>sentry-tools</artifactId> </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> + <artifactId>sentry-binding-hive</artifactId> + </dependency> </dependencies> - <profiles> - <profile> - <id>hive-authz1</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <dependencies> - <dependency> - <groupId>org.apache.sentry</groupId> - <artifactId>sentry-binding-hive</artifactId> - </dependency> - </dependencies> - </profile> - <profile> - <id>hive-authz2</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <dependencies> - <dependency> - <groupId>org.apache.sentry</groupId> - <artifactId>sentry-binding-hive-v2</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> <build> <plugins> <plugin>
