File tree 3 files changed +0
-5
lines changed
src/test/java/com/crowdin/cli/commands/picocli
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies {
43
43
implementation ' org.apache.commons:commons-lang3:_'
44
44
implementation ' net.lingala.zip4j:zip4j:_'
45
45
implementation ' net.ricecode:string-similarity:_'
46
- implementation ' com.github.fge:json-patch:_'
47
46
implementation ' io.github.cdimascio:dotenv-java:_'
48
47
49
48
implementation ' org.apache.httpcomponents:httpclient:_'
Original file line number Diff line number Diff line change 2
2
3
3
import org .junit .jupiter .api .Test ;
4
4
5
- import javax .annotation .CheckReturnValue ;
6
-
7
5
import static org .mockito .ArgumentMatchers .any ;
8
6
import static org .mockito .ArgumentMatchers .anyBoolean ;
9
7
import static org .mockito .Mockito .verify ;
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ version.commons-cli..commons-cli=1.5.0
45
45
46
46
version.com.h3xstream.findsecbugs..findsecbugs-plugin =1.12.0
47
47
48
- version.com.github.fge..json-patch =1.13
49
-
50
48
version.com.github.crowdin..crowdin-api-client-java =1.11.5
51
49
52
50
plugin.org.asciidoctor.jvm.convert =3.3.2
You can’t perform that action at this time.
0 commit comments