File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
azure-application-insights-spring-boot-starter Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ sourceSets {
4747
4848def springBootVersion = ' 1.5.21.RELEASE'
4949dependencies {
50- compile(project(path : ' :core' , configuration : ' shadow' ))
51- compile(project(path : ' :web' , configuration : ' shadow' ))
50+ compile(project(path : ' :web' , configuration : ' shadow' )) // web includes core
5251 compile(project(' :ApplicationInsightsInternalLogger' ))
5352 compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7' ])
5453
@@ -69,7 +68,6 @@ dependencies {
6968ext. dependenciesPrefix = ' com.microsoft.applicationinsights.boot.dependencies'
7069shadowJar {
7170 dependencies {
72- exclude(project(' :core' ))
7371 exclude(project(' :web' ))
7472 exclude(project(' :ApplicationInsightsInternalLogger' ))
7573 }
You can’t perform that action at this time.
0 commit comments