Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Feb 5, 2024
1 parent 223f87a commit 1c5a445
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,6 @@ under the License.
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<!-- antl4 The version of antlr-runtime in trino parser is need to be consistent with doris,
when upgrade doris antlr-runtime version, should take care of trino-parser.-->
Expand Down
7 changes: 0 additions & 7 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ under the License.
<jettison.version>1.5.4</jettison.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<immutables.version>2.9.3</immutables.version>
<mysql-connector-j.version>8.0.33</mysql-connector-j.version>
<vesoft.client.version>3.0.0</vesoft.client.version>
<!--todo waiting release-->
<quartz.version>2.3.2</quartz.version>
Expand Down Expand Up @@ -1484,12 +1483,6 @@ under the License.
<scope>provided</scope>
<classifier>all</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 1c5a445

Please sign in to comment.