From 1fcee32776827d94f18f3557d62b7c43ed7e7a01 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 2 Sep 2021 15:45:03 +0100 Subject: mockftpserver: Remove pom.xml files These files refer to projects that have security vulnerabilities and this triggers automated tooling, but pom.xml files are not used in the Android build so let's just remove those references entirely. Bug: 198035760 Bug: 197815767 Bug: 195169577 Bug: 197815787 Bug: 198035853 Test: mma Change-Id: I910928767d817a2aff22804b838a6c165ba4a431 --- tags/2.0.2/pom.xml | 236 ----------------------------------------------------- 1 file changed, 236 deletions(-) delete mode 100644 tags/2.0.2/pom.xml (limited to 'tags/2.0.2/pom.xml') diff --git a/tags/2.0.2/pom.xml b/tags/2.0.2/pom.xml deleted file mode 100644 index 53d96e3..0000000 --- a/tags/2.0.2/pom.xml +++ /dev/null @@ -1,236 +0,0 @@ - - 4.0.0 - org.mockftpserver - MockFtpServer - MockFtpServer - - The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client - code. Two FTP Server implementations are provided, each at a different level of abstraction. - FakeFtpServer provides a higher-level abstraction. You define a virtual file system, including - directories and files, as well as a set of valid user accounts and credentials. The FakeFtpServer - then responds with appropriate replies and reply codes based on that configuration. - StubFtpServer, on the other hand, is a lower-level "stub" implementation. You configure the - individual FTP server commands to return custom data or reply codes, allowing simulation of - either success or failure scenarios. You can also verify expected command invocations. - - jar - 2.0.2 - http://mockftpserver.sourceforge.net/ - - - scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer - scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer - - https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver - - - - - - log4j - log4j - 1.2.13 - - - - - - org.codehaus.groovy.maven.runtime - gmaven-runtime-default - 1.0-rc-3 - test - - - - commons-net - commons-net - 1.4.1 - test - - - - easymock - easymock - 1.2_Java1.3 - test - - - - junit-addons - junit-addons - 1.4 - test - - - - org.springframework - spring - 2.0.7 - test - - - - - - - - - sourceforge - scp://shell.sourceforge.net/home/groups/m/mo/mockftpserver/htdocs/m2repo - - - - - - - org.apache.maven.wagon - wagon-ssh-external - 1.0-beta-2 - - - - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0-rc-3 - - - - - - generateTestStubs - testCompile - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - true - 1.4 - 1.4 - true - - - - - - cobertura-maven-plugin - org.codehaus.mojo - 2.0 - - - - clean - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - ${pom.version} - - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - package - - jar - - - - - - - maven-assembly-plugin - - - src/assembly/assembly.xml - - - - - - org.apache.maven.plugins - maven-release-plugin - - clean site assembly:assembly - - - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - - - - dependencies - - - - - license - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - - - - - Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - \ No newline at end of file -- cgit v1.2.3