Skip to content

Commit

Permalink
fix: bundle the postgres driver
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Aug 22, 2022
1 parent 8faa9c2 commit 242e4f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
<version>2.1.214</version>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -143,6 +137,12 @@
<scope>compile</scope>
</dependency>

<dependency>
<!-- to be bundled into the docker file, for convenience, see issue #89 -->
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>

<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator-core</artifactId>
Expand Down

0 comments on commit 242e4f4

Please sign in to comment.