Repository: sentry Updated Branches: refs/heads/master 7f3084bea -> 297088b57
SENTRY-2076 - Some test artifacts are not defined at test scope. Colm O hEigeartaigh, 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/297088b5 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/297088b5 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/297088b5 Branch: refs/heads/master Commit: 297088b579d19d2f698bad8ba258a63c96f245ff Parents: 7f3084b Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Nov 29 19:53:21 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Nov 29 19:53:21 2017 +0000 ---------------------------------------------------------------------- sentry-binding/sentry-binding-solr/pom.xml | 1 + sentry-solr/solr-sentry-handlers/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/297088b5/sentry-binding/sentry-binding-solr/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-solr/pom.xml b/sentry-binding/sentry-binding-solr/pom.xml index 36faede..c0367f1 100644 --- a/sentry-binding/sentry-binding-solr/pom.xml +++ b/sentry-binding/sentry-binding-solr/pom.xml @@ -90,6 +90,7 @@ limitations under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/sentry/blob/297088b5/sentry-solr/solr-sentry-handlers/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-solr/solr-sentry-handlers/pom.xml b/sentry-solr/solr-sentry-handlers/pom.xml index 3ac7eca..accd581 100644 --- a/sentry-solr/solr-sentry-handlers/pom.xml +++ b/sentry-solr/solr-sentry-handlers/pom.xml @@ -72,6 +72,7 @@ limitations under the License. <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-test-framework</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.solr</groupId>
