This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch update-tyrus-version
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 2a82a45bbfbc43c488166c9079b7f5f6feaaf629
Author: Jack Li(Analytics Engineering) <j...@jlli-mn1.linkedin.biz>
AuthorDate: Tue Oct 20 13:50:46 2020 -0700

    Update tyrus version
---
 pinot-tools/pom.xml | 4 ++++
 pom.xml             | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 861f88a..1916b98 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -111,6 +111,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.glassfish.jersey.containers</groupId>
+      <artifactId>jersey-container-grizzly2-http</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 9b1a320..5e91270 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1126,7 +1126,7 @@
       <dependency>
         <groupId>org.glassfish.tyrus.bundles</groupId>
         <artifactId>tyrus-standalone-client</artifactId>
-        <version>1.5</version>
+        <version>1.15</version>
       </dependency>
       <!-- hadoop-common & jmh-core use common-math3 -->
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to