We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1335c33 + c79fa77 commit f4018daCopy full SHA for f4018da
rakelib/01-tomcat.rake
@@ -1,6 +1,6 @@
1
namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)
2
3
- TOMCAT_MAVEN_REPO = 'http://repo2.maven.org/maven2/org/apache/tomcat'
+ TOMCAT_MAVEN_REPO = 'https://repo1.maven.org/maven2/org/apache/tomcat'
4
TOMCAT_VERSION = '7.0.54'
5
6
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)
48
rm jar_path if File.exist?(jar_path)
49
end
50
51
-end
+end
0 commit comments