Skip to content

Commit

Permalink
remove postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Apr 18, 2024
1 parent aa28017 commit 510baf1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<artifactId>linkis-metadata-query-service-jdbc</artifactId>

<properties>
<postgresql.version>42.3.9</postgresql.version>
<!-- <postgresql.version>42.3.9</postgresql.version>-->
<clickhouse.version>0.3.2-patch11</clickhouse.version>
</properties>

Expand Down Expand Up @@ -66,11 +66,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.postgresql</groupId>-->
<!-- <artifactId>postgresql</artifactId>-->
<!-- <version>${postgresql.version}</version>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit 510baf1

Please sign in to comment.