Skip to content

Commit

Permalink
SONAR-10591 scanner uses WS api/plugins/download
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof authored and SonarTech committed May 11, 2018
1 parent 54a47fb commit 01e1c69
Show file tree
Hide file tree
Showing 24 changed files with 841 additions and 579 deletions.
118 changes: 0 additions & 118 deletions sonar-core/src/main/java/org/sonar/core/platform/RemotePlugin.java

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions sonar-scanner-engine/build.gradle
Expand Up @@ -36,6 +36,7 @@ dependencies {


compileOnly 'com.google.code.findbugs:jsr305' compileOnly 'com.google.code.findbugs:jsr305'


testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'com.tngtech.java:junit-dataprovider' testCompile 'com.tngtech.java:junit-dataprovider'
testCompile 'javax.servlet:javax.servlet-api' testCompile 'javax.servlet:javax.servlet-api'
testCompile 'junit:junit' testCompile 'junit:junit'
Expand Down

This file was deleted.

Expand Up @@ -93,7 +93,7 @@ private void addBootstrapComponents() {
new GlobalTempFolderProvider(), new GlobalTempFolderProvider(),
DefaultHttpDownloader.class, DefaultHttpDownloader.class,
UriReader.class, UriReader.class,
new FileCacheProvider(), PluginFiles.class,
System2.INSTANCE, System2.INSTANCE,
Clock.systemDefaultZone(), Clock.systemDefaultZone(),
new MetricsRepositoryProvider(), new MetricsRepositoryProvider(),
Expand Down

0 comments on commit 01e1c69

Please sign in to comment.