Merge pull request #15676 from benmccann/https-repos

Security: use https to fetch repo artifacts in examples
This commit is contained in:
Roland Kuhn 2014-08-19 16:41:13 +02:00
commit 6de1043516
4 changed files with 15 additions and 15 deletions

View file

@ -78,9 +78,9 @@ org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.rep
#
# Comma separated list of repositories scanned when resolving an artifact.
# The default list includes the following repositories:
# http://repo1.maven.org/maven2
# http://repository.apache.org/content/groups/snapshots-group
# http://svn.apache.org/repos/asf/servicemix/m2-repo
# https://repo1.maven.org/maven2
# https://repository.apache.org/content/groups/snapshots-group
# https://svn.apache.org/repos/asf/servicemix/m2-repo
# http://repository.springsource.com/maven/bundles/release
# http://repository.springsource.com/maven/bundles/external
# To add repositories to the default ones, prepend '+' to the list of repositories