Skip to content

Commit

Permalink
GH-3 - Fix dependency declaration of MySQL Java driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 21, 2022
1 parent 279aa56 commit 757e243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-modulith-events/spring-modulith-events-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 757e243

Please sign in to comment.