Skip to content

Commit c0be087

Browse files
committed
revert last change (64623)
SVN r64624 |2019-10-17 01:01:13 +0000
1 parent de76842 commit c0be087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ project.configurations {
2424
}
2525

2626
dependencies {
27-
implementation "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
28-
implementation ("com.googlecode.json-simple:json-simple:${jsonSimpleVersion}")
27+
compile "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
28+
compile ("com.googlecode.json-simple:json-simple:${jsonSimpleVersion}")
2929
{
3030
// exclude this because it gets in the way of our own JSON object implementations from server/api
3131
exclude group: "org.json", module:"json"
3232
}
33-
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"
33+
compile "net.sf.opencsv:opencsv:${opencsvVersion}"
3434
}
3535

3636
jar {

0 commit comments

Comments
 (0)