Skip to content

Commit

Permalink
test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 committed Aug 1, 2024
1 parent ca823e1 commit 45f352d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
8 changes: 4 additions & 4 deletions backends-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>antlr4-runtime</artifactId>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down
11 changes: 5 additions & 6 deletions gluten-celeborn/clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,14 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<exclusions>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
Expand Down
56 changes: 28 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>*</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>*</artifactId>-->
<!-- </exclusion>-->
</exclusions>
</dependency>
<dependency>
Expand All @@ -551,10 +551,10 @@
<groupId>org.apache.arrow</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>*</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>*</artifactId>-->
<!-- </exclusion>-->
</exclusions>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -637,10 +637,10 @@
<groupId>org.apache.arrow</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>*</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>*</artifactId>-->
<!-- </exclusion>-->
</exclusions>
<type>test-jar</type>
<scope>test</scope>
Expand Down Expand Up @@ -695,16 +695,16 @@
<artifactId>${delta.package.name}_${scala.binary.version}</artifactId>
<version>${delta.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
</exclusions>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>*</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>org.scala-lang</groupId>-->
<!-- <artifactId>scala-library</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down Expand Up @@ -754,12 +754,12 @@
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4.version}</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.antlr</groupId>-->
<!-- <artifactId>antlr4-runtime</artifactId>-->
<!-- <version>${antlr4.version}</version>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 45f352d

Please sign in to comment.