Skip to content

Commit

Permalink
Merge pull request #1050 from dr-itz/50-dev
Browse files Browse the repository at this point in the history
[rake] fix download from maven repo
  • Loading branch information
enebo authored Jan 20, 2020
2 parents 1335c33 + c79fa77 commit f4018da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/01-tomcat.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)

TOMCAT_MAVEN_REPO = 'http://repo2.maven.org/maven2/org/apache/tomcat'
TOMCAT_MAVEN_REPO = 'https://repo1.maven.org/maven2/org/apache/tomcat'
TOMCAT_VERSION = '7.0.54'

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

end
end

0 comments on commit f4018da

Please sign in to comment.