You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/27 23:59:34 UTC

[GitHub] apucher closed pull request #3559: [TE] pom - fix javassist dependency

apucher closed pull request #3559: [TE] pom - fix javassist dependency
URL: https://github.com/apache/incubator-pinot/pull/3559
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml
index f1d3a58fe4..45dd225d03 100644
--- a/thirdeye/pom.xml
+++ b/thirdeye/pom.xml
@@ -57,6 +57,7 @@
     <mrunit.version>1.1.0</mrunit.version>
     <slf4j-api.version>1.7.12</slf4j-api.version>
     <jodatime.version>2.7</jodatime.version>
+    <javassist.version>3.12.1.GA</javassist.version>
     <guava.version>20.0</guava.version>
     <evalex.version>1.0</evalex.version>
     <parsii.version>1.5</parsii.version>
@@ -461,6 +462,12 @@
         <artifactId>dropwizard-swagger</artifactId>
         <version>${swagger.version}</version>
       </dependency>
+      <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>${javassist.version}</version>
+      </dependency>
+
       <!-- Google Calendar API -->
       <dependency>
         <groupId>com.google.apis</groupId>
diff --git a/thirdeye/thirdeye-pinot/pom.xml b/thirdeye/thirdeye-pinot/pom.xml
index 9160bb1865..4d00863450 100644
--- a/thirdeye/thirdeye-pinot/pom.xml
+++ b/thirdeye/thirdeye-pinot/pom.xml
@@ -242,6 +242,10 @@
       <groupId>io.federecio</groupId>
       <artifactId>dropwizard-swagger</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
 
     <!-- Holiday loader dependencies -->
     <dependency>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org