Fix maven central http(s) issues

master
baztian 2020-05-25 15:34:45 +02:00
parent 08ebac8205
commit cd35f38d1c
3 changed files with 6 additions and 4 deletions

View File

@ -11,6 +11,6 @@ uri={0}/.m2/repository/
type=local type=local
[repos:central] [repos:central]
uri=http://repo1.maven.org/maven2/ uri=https://repo1.maven.org/maven2/
type=remote type=remote
""".format(dist), file=out) """.format(dist), file=out)

View File

@ -9,6 +9,6 @@ _PATH=${GROUP_ID/./\/}/$ARTIFACT_NAME
_ARTIFACT_SPEC_BASENAME=${NON_GROUP_ID/:/-} _ARTIFACT_SPEC_BASENAME=${NON_GROUP_ID/:/-}
VERSION=${ARTIFACT_SPEC##*:} VERSION=${ARTIFACT_SPEC##*:}
echo "Downloading ${ARTIFACT_NAME} version ${VERSION} group id ${GROUP_ID}..." >&2 echo "Downloading ${ARTIFACT_NAME} version ${VERSION} group id ${GROUP_ID}..." >&2
wget http://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar wget https://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar
echo "...download of ${_ARTIFACT_SPEC_BASENAME}.jar finished." >&2 echo "...download of ${_ARTIFACT_SPEC_BASENAME}.jar finished." >&2
echo ${_ARTIFACT_SPEC_BASENAME}.jar echo ${_ARTIFACT_SPEC_BASENAME}.jar

View File

@ -19,8 +19,10 @@ setenv =
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
deps = deps =
oldjpype: JPype1==0.6.3 oldjpype: JPype1==0.6.3
newjpype: JPype1==0.7 newjpype: JPype1==0.7.4
jip==0.9.11 # https://github.com/jiptool/jip/issues/54
#jip==0.9.14
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
coverage coverage
commands = commands =
python --version python --version