Skip to content

Commit

Permalink
testing maven version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 23, 2024
1 parent df95432 commit 7a1e1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ services:
jdk: 17
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.6.3
node: ${NODE}
go: ${GO}
volumes: *conda-volumes
Expand Down Expand Up @@ -1845,7 +1845,7 @@ services:
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.6.3
hdfs: ${HDFS}
links:
- impala:impala
Expand Down Expand Up @@ -1888,7 +1888,7 @@ services:
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
maven: 3.6.3
spark: ${SPARK}
numpy: ${NUMPY}
shm_size: *shm-size
Expand Down

0 comments on commit 7a1e1c0

Please sign in to comment.