Skip to content

Commit

Permalink
add apache's httpclient as a common library for 1.7.9 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Dec 24, 2023
1 parent da81f73 commit b911b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/ornithemc/ploceus/CommonLibraries.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public CommonLibraries(Project project, PloceusGradleExtension ploceus) {
this.libraries.add(new Library("1.5.2", "commons-io:commons-io:2.4"));
this.libraries.add(new Library("1.5.2", "org.apache.commons:commons-lang3:3.1"));
this.libraries.add(new Library("1.7.10", "commons-logging:commons-logging:1.1.3"));
this.libraries.add(new Library("1.7.9", "org.apache.httpcomponents:httpclient:4.3.3"));
}

public void addDependencies(String configuration) {
Expand Down

0 comments on commit b911b3d

Please sign in to comment.