Skip to content

Commit c62febb

Browse files
committed
Add https configurations.
1 parent 378afb9 commit c62febb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/servlet-containers/karaf/karaf-run/apache-karaf-4.2.1-minimal/etc/org.ops4j.pax.url.mvn.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
112112
# settings.xml this is optional but recommended
113113
#
114114
org.ops4j.pax.url.mvn.repositories= \
115-
http://repo1.maven.org/maven2@id=central, \
116-
http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
115+
https://repo1.maven.org/maven2@id=central, \
116+
https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
117117
https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
118118

119119
#

0 commit comments

Comments
 (0)