diff --git a/azure-application-insights-spring-boot-starter/build.gradle b/azure-application-insights-spring-boot-starter/build.gradle index db1865c667d..d4dce90844d 100644 --- a/azure-application-insights-spring-boot-starter/build.gradle +++ b/azure-application-insights-spring-boot-starter/build.gradle @@ -49,7 +49,7 @@ apply from: "$buildScriptsDir/provided-configuration.gradle" def springBootVersion = '1.5.21.RELEASE' dependencies { - compile(project(path: ':web', configuration: 'shadow')) // web includes core + compile(project(':web')) // web includes core compile(project(':ApplicationInsightsInternalLogger')) compile ([group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'])