Skip to content

Commit

Permalink
update maven artifact url (pantsbuild#8975)
Browse files Browse the repository at this point in the history
  • Loading branch information
wisechengyi authored Jan 16, 2020
1 parent 8ddedde commit 14f1687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_resolve_specific(self):
def test_resolve_with_remote_url(self):
with self._temp_task_cache_dir():
dep_with_url = JarDependency('a', 'b', 'c',
url='http://central.maven.org/maven2/junit/junit/4.12/junit-4.12.jar')
url='https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar')
dep_with_url_lib = self.make_target('//:a', JarLibrary, jars=[dep_with_url])

compile_classpath = self.resolve([dep_with_url_lib])
Expand Down

0 comments on commit 14f1687

Please sign in to comment.