This is an automated email from the ASF dual-hosted git repository. apucher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new a834a49 [TE] pom - fix javassist dependency (#3559) a834a49 is described below commit a834a4949e5c46d590629852697ffdc07d2d7009 Author: Jihao Zhang <jihzh...@linkedin.com> AuthorDate: Tue Nov 27 15:59:33 2018 -0800 [TE] pom - fix javassist dependency (#3559) --- thirdeye/pom.xml | 7 +++++++ thirdeye/thirdeye-pinot/pom.xml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml index f1d3a58..45dd225 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 9160bb1..4d00863 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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org