[deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3 (#15067)

This commit is contained in:
jiafeng.zhang
2022-12-19 14:20:11 +08:00
committed by GitHub
parent b62a94ab46
commit e8bac706d3
4 changed files with 33 additions and 2 deletions

View File

@ -613,7 +613,18 @@ under the License.
<artifactId>hive-exec</artifactId>
<classifier>core</classifier>
<scope>provided</scope>
</dependency>
<exclusions>
<exclusion>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs -->
<dependency>
<groupId>org.apache.hadoop</groupId>