This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch security-updates in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit f9ed2bf8757a276b9c491f071ba372048e677cb9 Author: Josh Tynjala <joshtynj...@bowlerhat.dev> AuthorDate: Mon Jan 9 14:23:55 2023 -0800 opt: doesn't need commons-httpclient dependency --- opt/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opt/pom.xml b/opt/pom.xml index 549e0a3..7ba8a4d 100755 --- a/opt/pom.xml +++ b/opt/pom.xml @@ -46,11 +46,6 @@ limitations under the License. <version>${project.version}</version> </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId>