Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afdf769

Browse files
committed
Removes unnecessary exclude
1 parent 8463bda commit afdf769

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

swagger-contract-tests/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ dependencies {
3737

3838
compile(project(':swagger-springmvc')) {
3939
exclude group: 'org.springframework', module: 'spring-web'
40-
exclude group: 'org.springframework', module: 'pring-webmvc'
4140
}
4241
compile(project(path: ':swagger-springmvc', configuration: 'testArtifacts')) {
4342
exclude group: 'org.springframework', module: 'spring-web'
44-
exclude group: 'org.springframework', module: 'pring-webmvc'
4543
}
4644
}

0 commit comments

Comments
 (0)