Updated Branches: refs/heads/master 12ba37c8a -> bf5e86eb2 CLOUDSTACK-2187: fixed by adding snmp-alerts and syslog-alerts plugin dependency to awsapi Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bf5e86eb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bf5e86eb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bf5e86eb Branch: refs/heads/master Commit: bf5e86eb2254f84534d16194054e1b7190d8f983 Parents: 12ba37c Author: Anshul Gangwar Authored: Thu Aug 8 14:19:41 2013 +0530 Committer: Sateesh Chodapuneedi Committed: Thu Aug 8 10:28:43 2013 +0530 ---------------------------------------------------------------------- awsapi/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bf5e86eb/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 9463f24..5839a97 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -75,6 +75,16 @@ ${cs.log4j.version} + org.apache.cloudstack + cloud-plugin-syslog-alerts + ${project.version} + + + org.apache.cloudstack + cloud-plugin-snmp-alerts + ${project.version} + + org.apache.neethi neethi ${cs.neethi.version}