diff options
Diffstat (limited to 'tools/maven-central/download.rb')
-rwxr-xr-x | tools/maven-central/download.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index fc06f7da60..de4ecd4262 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb @@ -11,8 +11,7 @@ group = 'org.eclipse.jgit' artifacts = [group, group + '.ant', group + '.archive', - group + '.console', - group + '.http.apache', + group + '.http.apache', group + '.http.server', group + '.java7', group + '.junit', |