mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-23 23:16:33 +00:00
Add mina-core 2.2.9 as explicit dependency
The transitive version pulled in via ftpserver-core has vulnerabilities.
This commit is contained in:
@@ -90,6 +90,13 @@
|
||||
<version>1.2.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- for ftpserver-core -->
|
||||
<dependency>
|
||||
<groupId>org.apache.mina</groupId>
|
||||
<artifactId>mina-core</artifactId>
|
||||
<version>2.2.9</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.crawler-commons</groupId>
|
||||
<artifactId>crawler-commons</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user