File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1709,9 +1709,7 @@ services:
17091709 arch : ${ARCH}
17101710 # Use a newer JDK as it seems to improve stability
17111711 jdk : 17
1712- # conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1713- # be set to ${MAVEN}
1714- maven : 3.6.3
1712+ maven : ${MAVEN}
17151713 node : ${NODE}
17161714 go : ${GO}
17171715 volumes : *conda-volumes
@@ -1843,9 +1841,7 @@ services:
18431841 arch : ${ARCH}
18441842 python : ${PYTHON}
18451843 jdk : ${JDK}
1846- # conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1847- # be set to ${MAVEN}
1848- maven : 3.6.3
1844+ maven : ${MAVEN}
18491845 hdfs : ${HDFS}
18501846 links :
18511847 - impala:impala
@@ -1886,9 +1882,7 @@ services:
18861882 arch : ${ARCH}
18871883 python : ${PYTHON}
18881884 jdk : ${JDK}
1889- # conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1890- # be set to ${MAVEN}
1891- maven : 3.6.3
1885+ maven : ${MAVEN}
18921886 spark : ${SPARK}
18931887 numpy : ${NUMPY}
18941888 shm_size : *shm-size
You can’t perform that action at this time.
0 commit comments