Explorar el Código

Issue #194: Removed assertj and guava from etl gradle build file

Frida Tveit hace 9 años
padre
commit
431f523aae
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      exercises/etl/build.gradle

+ 0
- 2
exercises/etl/build.gradle Ver fichero

8
 
8
 
9
 dependencies {
9
 dependencies {
10
   testCompile "junit:junit:4.12"
10
   testCompile "junit:junit:4.12"
11
-  testCompile "org.assertj:assertj-core:3.2.0"
12
-  testCompile "com.google.guava:guava:16+"
13
 }
11
 }
14
 test {
12
 test {
15
   testLogging {
13
   testLogging {