File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,6 @@ configure(javaprojects) {
118
118
}
119
119
}
120
120
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
-
130
121
// dependencies that are common across all java projects
131
122
dependencies {
132
123
testCompile " junit:junit:$junitVersion "
@@ -149,7 +140,7 @@ configure(javaprojects) {
149
140
// -----------------------------------------------------------------------------
150
141
151
142
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.'
153
144
dependencies {
154
145
compile (" org.springframework:spring-jdbc:$springVersion " ) { optional = true }
155
146
compile (" org.springframework:spring-web:$springVersion " )
You can’t perform that action at this time.
0 commit comments