Skip to content

Commit f4018da

Browse files
authored
Merge pull request #1050 from dr-itz/50-dev
[rake] fix download from maven repo
2 parents 1335c33 + c79fa77 commit f4018da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/01-tomcat.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)
22

3-
TOMCAT_MAVEN_REPO = 'http://repo2.maven.org/maven2/org/apache/tomcat'
3+
TOMCAT_MAVEN_REPO = 'https://repo1.maven.org/maven2/org/apache/tomcat'
44
TOMCAT_VERSION = '7.0.54'
55

66
DOWNLOAD_DIR = File.expand_path('../test/jars', File.dirname(__FILE__))
@@ -48,4 +48,4 @@ namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)
4848
rm jar_path if File.exist?(jar_path)
4949
end
5050

51-
end
51+
end

0 commit comments

Comments
 (0)