Skip to content

[SECURITY] Use HTTPS to resolve dependencies in Maven Build #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions histoDB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,35 +261,35 @@
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<url>https://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
<repository>
<id>maven2-repo</id>
<name>Maven2 repo</name>
<url>
http://repo1.maven.org/maven2
https://repo1.maven.org/maven2
</url>
</repository>
<repository>
<id>Spring Milestones</id>
<url>http://maven.springframework.org/milestone</url>
<url>https://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>google-maven-repo</id>
<name>Google Maven Repository</name>
<url>
http://google-maven-repository.googlecode.com/svn/repository
https://google-maven-repository.googlecode.com/svn/repository
</url>
</repository>
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
<url>http://maven.restlet.org</url>
<url>https://maven.restlet.org</url>
</repository>
<repository>
<id>pepite-public</id>
<url>http://maven.pepite.be:8444/repository/public</url>
<url>https://maven.pepite.be:8444/repository/public</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion iidm-ddb/iidm-ddb-ejb-remote-client-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<repositories>
<repository>
<id>ibiblio.org-releases</id>
<url>http://maven.ibiblio.org/maven2/</url>
<url>https://maven.ibiblio.org/maven2/</url>
</repository>

<repository>
Expand Down
2 changes: 1 addition & 1 deletion iidm-ddb/iidm-ddb-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<repository>
<id>prime-repo</id>
<name>Prime Repo</name>
<url>http://repository.primefaces.org</url>
<url>https://repository.primefaces.org</url>
</repository>
</repositories>

Expand Down