Repository: cloudstack Updated Branches: refs/heads/4.5 9c995f1ca -> 96297eeb1
adding mysql dependency for usage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4eb0586d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4eb0586d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4eb0586d Branch: refs/heads/4.5 Commit: 4eb0586d82f695a63d275fc724af04a36c23ceaa Parents: 9c995f1 Author: Abhinandan Prateek <[email protected]> Authored: Wed May 13 10:11:22 2015 +0530 Committer: Abhinandan Prateek <[email protected]> Committed: Wed May 20 20:59:37 2015 +0530 ---------------------------------------------------------------------- usage/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4eb0586d/usage/pom.xml ---------------------------------------------------------------------- diff --git a/usage/pom.xml b/usage/pom.xml index eac5a2c..8dbc7db 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -39,6 +39,12 @@ <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> <artifactId>mail</artifactId>
