Repository: sentry Updated Branches: refs/heads/branch-2.0 18fe7c596 -> b64f83d37
SENTRY-2076 - Some test artifacts are not defined at test scope. Colm O hEigeartaigh, reviewed by Sergio Pena. (cherry picked from commit 297088b579d19d2f698bad8ba258a63c96f245ff) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/b64f83d3 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/b64f83d3 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/b64f83d3 Branch: refs/heads/branch-2.0 Commit: b64f83d37e1147d84979b919441f3cb8a64c816a Parents: 18fe7c5 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:58:52 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/b64f83d3/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 6852b4c..0db76bb 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/b64f83d3/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 a83c588..7045c48 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>
