adding partition validator - POM changes
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4eae601f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4eae601f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4eae601f Branch: refs/heads/master Commit: 4eae601ff6432cc38082cbf0dda94a43efa742ba Parents: 38548f8 Author: Nirmal Fernando <[email protected]> Authored: Fri Nov 22 14:07:12 2013 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Fri Nov 22 14:07:12 2013 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.cloud.controller/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4eae601f/components/org.apache.stratos.cloud.controller/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index b4e0715..b9d369b 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -103,7 +103,11 @@ <artifactId>org.apache.stratos.messaging</artifactId> <version>${project.version}</version> </dependency> - + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + <version>0.9.9-RC1</version> + </dependency> <dependency>
