mirror of https://github.com/apache/cloudstack.git
adding mysql dependency for usage
This commit is contained in:
parent
0f82650dcf
commit
8a1ec9d0f6
|
|
@ -38,6 +38,12 @@
|
|||
<dependency>
|
||||
<groupId>commons-daemon</groupId>
|
||||
<artifactId>commons-daemon</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>${cs.mysql.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue