Просмотр исходного кода

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

Frida Tveit 9 лет назад
Родитель
Сommit
431f523aae
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      exercises/etl/build.gradle

+ 0
- 2
exercises/etl/build.gradle Просмотреть файл

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 {