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:
18
18
# yum -y install git java-17-openjdk java-17-openjdk-devel \
19
19
mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget
20
20
21
- Set up Maven (3.9.9 ):
21
+ Set up Maven (3.9.10 ):
22
22
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
25
25
# cd /usr/local
26
- # ln -s apache-maven-3.9.9 maven
26
+ # sudo ln -s apache-maven-3.9.10 maven
27
27
# echo export M2_HOME=/usr/local/maven >> ~/.bashrc # or .zshrc or .profile
28
28
# echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
29
29
# source ~/.bashrc
You can’t perform that action at this time.
0 commit comments