ahutsunshine commented on issue #523: GRIFFIN-279 Upgrade Spring boot to 2.1.7.RELEASE URL: https://github.com/apache/griffin/pull/523#issuecomment-524635056 @joohnnie yes, I use 2.1.7.RELEASE. The whole project is pulled from github by `git fetch origin pull/523/head:upgrade` and built. Also, I see service pom.xml is 2.1.7.RELEASE and all are imported and no errors in it. ``` <properties> <hadoop.version>2.7.1</hadoop.version> <hive.version>2.2.0</hive.version> <scala.version>2.10</scala.version> <spring.boot.version>2.1.7.RELEASE</spring.boot.version> <spring.security.kerberos.version>1.0.1.RELEASE</spring.security.kerberos.version> <confluent.version>3.2.0</confluent.version> <quartz.version>2.2.2</quartz.version> <start-class>org.apache.griffin.core.GriffinWebApplication</start-class> <powermock.version>2.0.2</powermock.version> <spring-boot-maven-plugin.version>2.1.7.RELEASE</spring-boot-maven-plugin.version> <derby.version>10.14.1.0</derby.version> <eclipselink.version>2.6.0</eclipselink.version> <mysql.java.version>5.1.47</mysql.java.version> <postgresql.version>9.4.1212.jre7</postgresql.version> <livy.core.version>0.3.0</livy.core.version> <elasticsearch-rest-client.version>6.2.4</elasticsearch-rest-client.version> <jackson-databind.version>2.9.9.3</jackson-databind.version> </properties> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
