File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,6 @@ dependencies {
127
127
implementation " org.ow2.asm:asm-tree:${ ow2Version} "
128
128
implementation ' com.o19s:RankyMcRankFace:0.1.1'
129
129
implementation " com.github.spullara.mustache.java:compiler:0.9.3"
130
- implementation " org.apache.httpcomponents.client5:httpclient5:5.3.1"
131
- implementation " org.apache.httpcomponents.core5:httpcore5:5.3"
132
- implementation " org.apache.httpcomponents.core5:httpcore5-h2:5.3"
133
130
implementation " org.conscrypt:conscrypt-openjdk-uber:2.5.2"
134
131
implementation ' org.slf4j:slf4j-api:1.7.36'
135
132
implementation ' org.slf4j:slf4j-simple:1.7.36'
@@ -141,10 +138,6 @@ dependencies {
141
138
}
142
139
143
140
configurations. all {
144
- resolutionStrategy. force " org.apache.httpcomponents.client5:httpclient5:5.3.1"
145
- resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5:5.3"
146
- resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5-h2:5.3"
147
- resolutionStrategy. force ' org.apache.httpcomponents:httpclient:4.5.14'
148
141
resolutionStrategy. force " com.google.guava:guava:32.1.3-jre"
149
142
resolutionStrategy. force ' org.eclipse.platform:org.eclipse.core.runtime:3.29.0'
150
143
}
You can’t perform that action at this time.
0 commit comments