Repository: sentry
Updated Branches:
  refs/heads/branch-2.0.0 7a89fa496 -> b7fff9dc9


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/b7fff9dc
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/b7fff9dc
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/b7fff9dc

Branch: refs/heads/branch-2.0.0
Commit: b7fff9dc9866443e0148596a0d74a58645b1fc36
Parents: 7a89fa4
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:54:27 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/b7fff9dc/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/b7fff9dc/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>

Reply via email to