Updated Branches: refs/heads/master 195dc22b0 -> 375bd1699
Removed cartridge agent modules from pom.xml to avoid the build error Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/375bd169 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/375bd169 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/375bd169 Branch: refs/heads/master Commit: 375bd1699d8c537b21dade88191d696ef4cd14c0 Parents: 195dc22 Author: Imesh Gunaratne <[email protected]> Authored: Fri Dec 20 00:13:55 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Dec 20 00:13:55 2013 +0530 ---------------------------------------------------------------------- products/cartridge-agent/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/375bd169/products/cartridge-agent/pom.xml ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 99edcf2..52bf4eb 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -34,10 +34,6 @@ <url>http://apache.org</url> <modules> - <module>modules/deployment-synchronizer</module> - <module>modules/event-publisher</module> - <module>modules/event-subscriber</module> - <module>modules/health-stats</module> </modules> </project>
