Explorar el Código

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

Rob Winch hace 12 años
padre
commit
00ed77af20
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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