소스 검색

SEC-2207: Trick Gradle Eclipse to import project and not the build folders

Rob Winch 12 년 전
부모
커밋
00ed77af20
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/core.gradle

+ 2 - 1
core/core.gradle

@@ -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