Skip to content

Commit

Permalink
Fixed build after dependency rename
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed May 25, 2023
1 parent d225fe8 commit 1b9d584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/story/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1b9d584

Please sign in to comment.