Parcourir la source

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

Rob Winch il y a 12 ans
Parent
commit
00ed77af20
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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