Skip to content

Commit

Permalink
Oracle & prostrgers driver included as depedndency
Browse files Browse the repository at this point in the history
(jib does not use PROD profile, need to check why)
  • Loading branch information
mauvaisetroupe committed Oct 31, 2023
1 parent 57aec8d commit 44ec783
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,16 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
Expand Down

0 comments on commit 44ec783

Please sign in to comment.