mirror of https://github.com/apache/cloudstack.git
debian: Add the MySQL connector to the classpath
This JAR is installed through a dependency, but it needs to be added to the classpath.
This commit is contained in:
parent
ecea6bec8c
commit
0af8606581
|
|
@ -92,6 +92,7 @@ systemjars = {
|
|||
"asm3.jar",
|
||||
"jsch.jar",
|
||||
"backport-util-concurrent.jar",
|
||||
"mysql-connector-java.jar",
|
||||
"jetty.jar",
|
||||
"jetty-util.jar",
|
||||
"jetty-start-daemon.jar",
|
||||
|
|
|
|||
Loading…
Reference in New Issue