[deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3 (#15067)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user