Make more camel-spring-xxx modules install in karaf.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/82404655 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/82404655 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/82404655 Branch: refs/heads/master Commit: 824046553381839bfe6c42dee9c2f538cb2aa0be Parents: 9d7499d Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Mar 12 14:52:28 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Mar 12 14:52:28 2016 +0100 ---------------------------------------------------------------------- components/camel-spring-security/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/82404655/components/camel-spring-security/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml index 3d39506..6fa7fb0 100644 --- a/components/camel-spring-security/pom.xml +++ b/components/camel-spring-security/pom.xml @@ -41,6 +41,29 @@ <artifactId>camel-core</artifactId> </dependency> + <!-- spring-core --> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + </dependency> + + <!-- spring-security --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId>