SEC-2207: Trick Gradle Eclipse to import project and not the build folders
This commit is contained in:
parent
41b64e05d0
commit
00ed77af20
|
@ -18,7 +18,8 @@ dependencies {
|
|||
"org.springframework:spring-jdbc:$springVersion",
|
||||
"org.springframework:spring-tx:$springVersion"
|
||||
|
||||
testCompile 'commons-collections:commons-collections:3.2',
|
||||
testCompile cryptoProject,
|
||||
'commons-collections:commons-collections:3.2',
|
||||
"org.springframework:spring-test:$springVersion",
|
||||
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
||||
powerMockDependencies
|
||||
|
|
Loading…
Reference in New Issue