Skip to content

Commit

Permalink
Updated pom.xml.
Browse files Browse the repository at this point in the history
Added mysql-connector-j as a dependency.
  • Loading branch information
roaraf committed Mar 4, 2026
1 parent 0192970 commit 8b170cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helpmehelpapplication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<version>5.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.6.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8b170cf

Please sign in to comment.