Last commit broke developer/pom.xml. fixing that. (cherry picked from commit 54db315214f8dd518eaf1f1615d423d9f4129d31)
Signed-off-by: Animesh Chaturvedi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc35c984 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc35c984 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc35c984 Branch: refs/heads/4.3 Commit: fc35c98472084a4916150c423d469d47a89472c8 Parents: f31ac2a Author: John Kinsella <[email protected]> Authored: Wed Feb 26 09:33:58 2014 -0800 Committer: Animesh Chaturvedi <[email protected]> Committed: Tue Mar 4 23:40:34 2014 -0800 ---------------------------------------------------------------------- developer/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc35c984/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index cf89fd6..7ed6335 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -188,6 +188,7 @@ <artifactId>mysql-connector-java</artifactId> <version>${cs.mysql.version}</version> </dependency> + </dependencies> <version>1.2.1</version> <executions> <execution>
