From b8cdb62ccf41d1f8efbe9f8207c0f057e6bb413e Mon Sep 17 00:00:00 2001 From: Sebastian Rieger Date: Wed, 27 May 2020 16:29:37 +0200 Subject: [PATCH] forced java to 1.8 for now, >9 needs special handling for JAXB in grizzly --- .../aws-cloudformation/cloudcomp-counter-demo-with-vpc.json | 2 +- .../counter-demo/aws-cloudformation/cloudcomp-counter-demo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo-with-vpc.json b/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo-with-vpc.json index e6cf647..7dc37b8 100644 --- a/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo-with-vpc.json +++ b/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo-with-vpc.json @@ -91,7 +91,7 @@ "# installation of required packages\n", "echo \"Installing packages...\"\n", "sudo yum update -y\n", - "sudo yum install -y java git\n", + "sudo yum install -y java-1.8.0-openjdk-devel git\n", "#rm -rf verteilte-systeme-bsc-ai-examples\n", "if [ ! -d $VERTSYS_PATH ]; then\n", " echo \"Cloning repo...\"\n", diff --git a/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo.json b/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo.json index 27a8d55..1114636 100644 --- a/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo.json +++ b/example-projects/counter-demo/aws-cloudformation/cloudcomp-counter-demo.json @@ -103,7 +103,7 @@ "# installation of required packages\n", "echo \"Installing packages...\"\n", "sudo yum update -y\n", - "sudo yum install -y java git\n", + "sudo yum install -y java-1.8.0-openjdk-devel git\n", "#rm -rf verteilte-systeme-bsc-ai-examples\n", "if [ ! -d $VERTSYS_PATH ]; then\n", " echo \"Cloning repo...\"\n",