You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ss...@apache.org on 2017/12/05 01:41:35 UTC

phoenix git commit: PHOENIX-4429 QueryServer fails to start with missing jetty Locker class

Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 321cd47d8 -> 9855dc931


PHOENIX-4429 QueryServer fails to start with missing jetty Locker class


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9855dc93
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9855dc93
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9855dc93

Branch: refs/heads/5.x-HBase-2.0
Commit: 9855dc93145b4d1e5c3c9c92e7993ee9ec42c3bb
Parents: 321cd47
Author: Sergey Soldatov <ss...@apache.org>
Authored: Mon Dec 4 17:40:15 2017 -0800
Committer: Sergey Soldatov <ss...@apache.org>
Committed: Mon Dec 4 17:40:15 2017 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9855dc93/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4bb8390..e7ccf0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -941,6 +941,11 @@
       </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-util</artifactId>
+        <version>${jetty.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-security</artifactId>
         <version>${jetty.version}</version>
       </dependency>