Skip to content

Commit

Permalink
Include the PostgreSQL JDBC driver in pom.xml as a dependency. IQSS#6819
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Jul 1, 2020
1 parent ce86fed commit aa49340
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<skipUnitTests>false</skipUnitTests>

<jakartaee-api.version>8.0.0</jakartaee-api.version>
<postgresql.version>42.2.12</postgresql.version>
<!-- Make this correspond to the version used in Payara: 5.201 uses (patched) 2.3.14 -->
<mojarra.version>2.3.14</mojarra.version>
<aws.version>1.11.762</aws.version>
Expand Down Expand Up @@ -248,6 +249,11 @@
<artifactId>jbcrypt</artifactId>
<version>0.3m</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
Expand Down

0 comments on commit aa49340

Please sign in to comment.