Skip to content

Commit 51d4b51

Browse files
author
Keith Donald
committed
removed difference between spring-mobile build.gradle that was causing snapshotDependencyReport failure
1 parent 87b3f0f commit 51d4b51

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.gradle

+1-10
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,6 @@ configure(javaprojects) {
118118
}
119119
}
120120

121-
// 'provided' dependencies should not be transitive (e.g. servlet-api)
122-
configurations {
123-
provided { transitive = false }
124-
}
125-
126-
sourceSets.main.compileClasspath += configurations.provided
127-
sourceSets.test.compileClasspath += configurations.provided
128-
sourceSets.test.runtimeClasspath += configurations.provided
129-
130121
// dependencies that are common across all java projects
131122
dependencies {
132123
testCompile "junit:junit:$junitVersion"
@@ -149,7 +140,7 @@ configure(javaprojects) {
149140
// -----------------------------------------------------------------------------
150141

151142
project('spring-social-core') {
152-
description = 'Foundational module containing the ServiceProvider "Connect" Framework and Service API invocation support.'
143+
description = 'Foundational module containing the ServiceProvider Connect Framework and Service API invocation support.'
153144
dependencies {
154145
compile ("org.springframework:spring-jdbc:$springVersion") { optional = true }
155146
compile ("org.springframework:spring-web:$springVersion")

0 commit comments

Comments
 (0)