Skip to content

Commit

Permalink
Use HTTPS instead of HTTP to resolve dependencies
Browse files Browse the repository at this point in the history
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <[email protected]>
  • Loading branch information
JLLeitschuh committed Feb 11, 2020
1 parent 9cda9b1 commit 1007e5f
Show file tree
Hide file tree
Showing 81 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion abdera-0.4.0-incubating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<repository>
<id>apache.incubator</id>
<name>Apache Incubator Repository</name>
<url>http://people.apache.org/repo/m2-incubating-repository</url>
<url>https://people.apache.org/repo/m2-incubating-repository</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion casbah-2.1.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.1.5-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.6.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.6.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.6.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.7.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.7.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion casbah-2.8.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repositories>
<repository>
<id>releases.scala-tools.org</id>
<url>http://scala-tools.org/repo-releases</url>
<url>https://scala-tools.org/repo-releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion commons-csv-1.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion drools-4.0.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion drools-5.1.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion drools-5.5.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion drools-5.6.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion flatpack-3.2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion gdata-1.41.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<repository>
<id>smx-m2-repo</id>
<name>ServiceMix M2 Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion gentlyweb-utils-1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<repositories>
<repository>
<id>fusesource</id>
<url>http://repo.fusesource.com/nexus/content/groups/public/</url>
<url>https://repo.fusesource.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion guice-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<repository>
<id>guiceyfruit.googlecode</id>
<name>GuiceyFruit GoogleCode Maven Repository</name>
<url>http://guiceyfruit.googlecode.com/svn/repo/releases</url>
<url>https://guiceyfruit.googlecode.com/svn/repo/releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion hamcrest-1.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repository>
<id>guiceyfruit.release</id>
<name>GuiceyFruit Release Repository</name>
<url>http://guiceyfruit.googlecode.com/svn/repo/releases/</url>
<url>https://guiceyfruit.googlecode.com/svn/repo/releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion hapi-0.5.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<repository>
<id>servicemix-m2-repo</id>
<name>Servicemix Maven2 Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion hibernate-validator-4.0.2.GA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.com/maven2</url>
<url>https://repository.jboss.com/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-validator-4.1.0.Final/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-validator-5.0.2.Final/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<repository>
<id>jboss</id>
<name>JBoss Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion hsqldb-1.8.0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<repository>
<id>fusesource.m2all</id>
<name>Fusesource Release Repository</name>
<url>http://repo.fusesource.com/maven2-all</url>
<url>https://repo.fusesource.com/maven2-all</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion hsqldb-1.8.0.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<repository>
<id>fusesource.m2all</id>
<name>Fusesource Release Repository</name>
<url>http://repo.fusesource.com/maven2-all</url>
<url>https://repo.fusesource.com/maven2-all</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion isorelax-20050913/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion jain-sip-ri-1.2.154/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion jain-sip-ri-1.2.166/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion jain-sip-ri-1.2.169/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion javassist-3.11.0.GA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repository>
<id>jboss.m2</id>
<name>JBoss Maven2 Repository</name>
<url>http://repository.jboss.org/maven2</url>
<url>https://repository.jboss.org/maven2</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion javassist-3.12.0.GA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repository>
<id>jboss.m2</id>
<name>JBoss Maven2 Repository</name>
<url>http://repository.jboss.org/maven2</url>
<url>https://repository.jboss.org/maven2</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion javassist-3.12.1.GA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repository>
<id>jboss</id>
<name>New JBoss Maven2 Repository</name>
<url>http://repository.jboss.org/maven2-brew/</url>
<url>https://repository.jboss.org/maven2-brew/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion javassist-3.9.0.GA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repository>
<id>jboss.m2</id>
<name>JBoss Maven2 Repository</name>
<url>http://repository.jboss.org/maven2</url>
<url>https://repository.jboss.org/maven2</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion jaxb-impl-2.1.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<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>
<releases>
<enabled>true</enabled>
Expand Down
2 changes: 1 addition & 1 deletion jaxp-ri-1.4.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion jdt-core-3.2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion jibx-1.1.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<repository>
<id>jibx.sf.net</id>
<name>JiBX repository</name>
<url>http://jibx.sf.net/maven2</url>
<url>https://jibx.sf.net/maven2</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion josql-1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<repository>
<id>open.iona.m2</id>
<name>IONA Open Source Community Release Repository</name>
<url>http://repo.open.iona.com/maven2</url>
<url>https://repo.open.iona.com/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion jsendnsca-core-1.3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<repository>
<id>fusesource.m2-all</id>
<name>Fuse Source Maven Repo</name>
<url>http://repo.fusesource.com/maven2-all</url>
<url>https://repo.fusesource.com/maven2-all</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion jsmpp-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion jsmpp-2.1.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-3.0.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<repository>
<id>java.net</id>
<name>Java.net Maven Repository</name>
<url>http://download.java.net/maven/2</url>
<url>https://download.java.net/maven/2</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion neo4j-1.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<repository>
<id>neo4j.repo</id>
<name>neo4j Repository</name>
<url>http://m2.neo4j.org/content/repositories/releases</url>
<url>https://m2.neo4j.org/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-1.9.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<repository>
<id>neo4j.repo</id>
<name>neo4j Repository</name>
<url>http://m2.neo4j.org/content/repositories/releases</url>
<url>https://m2.neo4j.org/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
Loading

0 comments on commit 1007e5f

Please sign in to comment.