Repository: servicemix-bundles Updated Branches: refs/heads/master 540ca7ffb -> 0bea4945b
[SM-3172] Include bcprov-jdk15on bundles in next release cycle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0bea4945 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0bea4945 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0bea4945 Branch: refs/heads/master Commit: 0bea4945b7fd49ebd09ccb1f3bc056b6f6e24750 Parents: 540ca7f Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Nov 29 08:29:18 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Nov 29 08:29:18 2016 +0100 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0bea4945/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e1f3bb..5ae1276 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,14 @@ <module>spring-security-core-4.1.3.RELEASE</module> <module>spring-security-taglibs-4.1.3.RELEASE</module> <module>spring-security-web-4.1.3.RELEASE</module> + <module>bcprov-jdk15on-1.47</module> + <module>bcprov-jdk15on-1.48</module> + <module>bcprov-jdk15on-1.49</module> + <module>bcprov-jdk15on-1.50</module> + <module>bcprov-jdk15on-1.51</module> + <module>bcprov-jdk15on-1.52</module> + <module>bcprov-jdk15on-1.54</module> + <module>bcprov-jdk15on-1.55</module> </modules> </project>
