Skip to content

Commit 8a1ec9d

Browse files
adding mysql dependency for usage
1 parent 0f82650 commit 8a1ec9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

usage/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
<dependency>
3939
<groupId>commons-daemon</groupId>
4040
<artifactId>commons-daemon</artifactId>
41+
</dependency>
42+
<dependency>
43+
<groupId>mysql</groupId>
44+
<artifactId>mysql-connector-java</artifactId>
45+
<version>${cs.mysql.version}</version>
46+
<scope>provided</scope>
4147
</dependency>
4248
<dependency>
4349
<groupId>javax.mail</groupId>

0 commit comments

Comments
 (0)