Skip to content

Commit

Permalink
make drivers runtime scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan committed Nov 1, 2022
1 parent 053cac8 commit 384ebab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.17</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand Down
1 change: 1 addition & 0 deletions jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 384ebab

Please sign in to comment.