aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh')
-rwxr-xr-x[-rw-r--r--]cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
index 5d65a7f..f049e5c 100644..100755
--- a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
+++ b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
@@ -2,7 +2,7 @@
apt update
apt install wget
apt install unzip --assume-yes
-wget http://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.jar
+wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.jar
unzip org.jacoco.agent-0.8.2.jar
cp org.jacoco.agent-0.8.2/jacocoagent.jar .
ls -l