Browse Source

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

Rob Winch 12 năm trước cách đây
mục cha
commit
00ed77af20
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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