Skip to content

Commit

Permalink
Add maven:3.6 module stream to infinispan-client-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin committed Sep 15, 2022
1 parent bbc57e4 commit a38f4e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi

set -Eeox pipefail

yum module enable -y maven:3.6
yum update -y
yum install -y maven
mkdir -p /opt/ol/wlp/usr/shared/resources/infinispan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi

set -Eeox pipefail

yum module enable -y maven:3.6
yum update -y
yum install -y maven
mkdir -p /opt/ol/wlp/usr/shared/resources/infinispan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi

set -Eeox pipefail

yum module enable -y maven:3.6
yum update -y
yum install -y maven
mkdir -p /opt/ol/wlp/usr/shared/resources/infinispan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi

set -Eeox pipefail

yum module enable -y maven:3.6
yum update -y
yum install -y maven
mkdir -p /opt/ol/wlp/usr/shared/resources/infinispan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi

set -Eeox pipefail

yum module enable -y maven:3.6
yum update -y
yum install -y maven
mkdir -p /opt/ol/wlp/usr/shared/resources/infinispan
Expand Down

0 comments on commit a38f4e8

Please sign in to comment.