File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Install tools and dependencies used for development:
1818 # yum -y install git java-17-openjdk java-17-openjdk-devel \
1919 mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget
2020
21- Set up Maven (3.9.9 ):
21+ Set up Maven (3.9.10 ):
2222
23- # wget https://dlcdn.apache.org/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.tar.gz
24- # tar -zxvf apache-maven-3.9.9 -bin.tar.gz -C /usr/local
23+ # wget https://dlcdn.apache.org/maven/maven-3/3.9.10 /binaries/apache-maven-3.9.10 -bin.tar.gz
24+ # sudo tar -zxvf apache-maven-3.9.10 -bin.tar.gz -C /usr/local
2525 # cd /usr/local
26- # ln -s apache-maven-3.9.9 maven
26+ # sudo ln -s apache-maven-3.9.10 maven
2727 # echo export M2_HOME=/usr/local/maven >> ~/.bashrc # or .zshrc or .profile
2828 # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
2929 # source ~/.bashrc
You can’t perform that action at this time.
0 commit comments