You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by br...@apache.org on 2014/02/25 03:52:53 UTC

[10/26] git commit: SENTRY-83: Sentry Solr Tests should have a dependency on solr-sentry-handlers(Gregory Chanan via Shreepadma Venugopalan)

SENTRY-83: Sentry Solr Tests should have a dependency on solr-sentry-handlers(Gregory Chanan via Shreepadma Venugopalan)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/27c8293e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/27c8293e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/27c8293e

Branch: refs/heads/db_policy_store
Commit: 27c8293eda947638f7073f073826499342211ec8
Parents: 1a4a7b4
Author: Shreepadma Venugopalan <sh...@apache.org>
Authored: Mon Jan 13 14:31:52 2014 -0800
Committer: Shreepadma Venugopalan <sh...@apache.org>
Committed: Mon Jan 13 14:31:52 2014 -0800

----------------------------------------------------------------------
 pom.xml                                | 6 ++++++
 sentry-tests/sentry-tests-solr/pom.xml | 4 ++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/27c8293e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e74ef71..f3ec427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,12 @@ limitations under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.solr</groupId>
+        <artifactId>solr-sentry-handlers</artifactId>
+        <version>${solr.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.solr</groupId>
         <artifactId>solr-solrj</artifactId>
         <version>${solr.version}</version>
         <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/27c8293e/sentry-tests/sentry-tests-solr/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-solr/pom.xml b/sentry-tests/sentry-tests-solr/pom.xml
index 3f0fa2d..7819114 100644
--- a/sentry-tests/sentry-tests-solr/pom.xml
+++ b/sentry-tests/sentry-tests-solr/pom.xml
@@ -41,6 +41,10 @@ limitations under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>
+      <artifactId>solr-sentry-handlers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
       <artifactId>solr-solrj</artifactId>
     </dependency>
     <dependency>