Pārlūkot izejas kodu

common.gradle: remove unnecessary dependency on "fest-assert-core"

Stephen Gold 4 gadi atpakaļ
vecāks
revīzija
5f21f167c7
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      common.gradle

+ 0 - 1
common.gradle

@@ -41,7 +41,6 @@ dependencies {
     // Adding dependencies here will add the dependencies to each subproject.
     testCompile 'junit:junit:4.13.2'
     testCompile 'org.mockito:mockito-core:3.8.0'
-    testCompile group: 'org.easytesting', name: 'fest-assert-core', version: '2.0M10'
     testCompile 'org.codehaus.groovy:groovy-all:3.0.7'
 }