Skip to content

Commit

Permalink
Include Cloud SQL database connector for PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro committed Oct 23, 2023
1 parent 8b56d4f commit d10e0e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commons-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>packageurl-java</artifactId>
</dependency>

<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<!-- Dependency Versions -->
<lib.assertj.version>3.24.2</lib.assertj.version>
<lib.checkstyle.version>10.12.4</lib.checkstyle.version>
<lib.cloud-sql-postgres-socket-factory.version>1.14.1</lib.cloud-sql-postgres-socket-factory.version>
<lib.cpe-parser.version>2.0.3</lib.cpe-parser.version>
<lib.commons-collections4.version>4.4</lib.commons-collections4.version>
<lib.confluent-parallel-consumer.version>0.5.2.7</lib.confluent-parallel-consumer.version>
Expand Down Expand Up @@ -124,6 +125,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
<version>${lib.cloud-sql-postgres-socket-factory.version}</version>
</dependency>

<dependency>
<groupId>us.springett</groupId>
<artifactId>cpe-parser</artifactId>
Expand Down

0 comments on commit d10e0e5

Please sign in to comment.