File tree Expand file tree Collapse file tree 5 files changed +4
-13
lines changed
labkey-api-sas/gradle/wrapper Expand file tree Collapse file tree 5 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4 .1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 6
6
* Fix pre-population of session ID and CSRF token in Connection
7
7
* Identify target server with a ` URI ` instead of a ` String `
8
8
* Add support for Log4J 2
9
- * Add some missing dependency declarations
10
9
11
10
## version 1.3.0
12
11
* Released* : 16 June 2020
Original file line number Diff line number Diff line change @@ -63,17 +63,13 @@ group "org.labkey.api"
63
63
version " 1.3.1-SNAPSHOT"
64
64
65
65
dependencies {
66
- implementation " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
66
+ api " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
67
67
api (" com.googlecode.json-simple:json-simple:${ jsonSimpleVersion} " )
68
68
{
69
69
// exclude this because it gets in the way of our own JSON object implementations from server/api
70
70
exclude group : " org.json" , module :" json"
71
71
}
72
- implementation " net.sf.opencsv:opencsv:${ opencsvVersion} "
73
- implementation " commons-logging:commons-logging:${ commonsLoggingVersion} "
74
- api " org.apache.httpcomponents:httpclient:${ httpclientVersion} "
75
- implementation " commons-codec:commons-codec:${ commonsCodecVersion} "
76
- api " org.apache.httpcomponents:httpcore:${ httpcoreVersion} "
72
+ api " net.sf.opencsv:opencsv:${ opencsvVersion} "
77
73
}
78
74
79
75
jar {
Original file line number Diff line number Diff line change @@ -14,12 +14,8 @@ artifactoryPluginVersion=4.13.0
14
14
bintrayPluginVersion =1.8.4
15
15
gradlePluginsVersion =1.12.0
16
16
17
- commonsCodecVersion =1.10
18
- commonsLoggingVersion =1.2
19
17
fluentHcVersion =4.3.5
20
18
21
- httpclientVersion =4.5.3
22
- httpcoreVersion =4.4.6
23
19
httpmimeVersion =4.5.3
24
20
25
21
jsonSimpleVersion =1.1
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4 .1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments