Skip to content

Commit

Permalink
chore: updated scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ttosta-google committed Nov 10, 2023
1 parent 383ddaa commit 959e3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 959e3a2

Please sign in to comment.