Skip to content

Commit 3c74bd9

Browse files
authored
Merge pull request #3 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven
2 parents 586f3c3 + 6d1a9e2 commit 3c74bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<repositories>
122122
<repository>
123123
<id>imagej.public</id>
124-
<url>http://maven.imagej.net/content/groups/public</url>
124+
<url>https://maven.imagej.net/content/groups/public</url>
125125
</repository>
126126
<repository>
127127
<id>apache-repo</id>
@@ -140,7 +140,7 @@
140140
<pluginRepository>
141141
<id>scala-tools.org</id>
142142
<name>Scala-tools Maven2 Repository</name>
143-
<url>http://scala-tools.org/repo-releases</url>
143+
<url>https://scala-tools.org/repo-releases</url>
144144
</pluginRepository>
145145
</pluginRepositories>
146146

0 commit comments

Comments
 (0)