Skip to content

Commit 60784e6

Browse files
committed
Use HTTPS URL to download Glassfish binary
Closes gh-14994
1 parent 7f8f1f5 commit 60784e6

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-deployment-tests/spring-boot-deployment-test-glassfish

1 file changed

+1
-1
lines changed

spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<main.basedir>${basedir}/../..</main.basedir>
2020
<glassfish.version>4.1.1</glassfish.version>
2121
<cargo.container.id>glassfish4x</cargo.container.id>
22-
<cargo.container.url>http://download.oracle.com/glassfish/${glassfish.version}/release/glassfish-${glassfish.version}.zip</cargo.container.url>
22+
<cargo.container.url>https://download.oracle.com/glassfish/${glassfish.version}/release/glassfish-${glassfish.version}.zip</cargo.container.url>
2323
</properties>
2424
<dependencies>
2525
<dependency>

0 commit comments

Comments
 (0)