apache / maven-mvnd

Apache Maven Daemon
https://maven.apache.org/
Apache License 2.0
2.85k stars 205 forks source link

Obsolete OpenSSL versions dependency removal #1025

Closed tmetn closed 2 weeks ago

tmetn commented 3 weeks ago

Would it be possible to modify OpenSSL dependency for the daemon, since older versions of OpenSSL are no longer maintained such as 1.0.0. Also most likely libcrypto?

gnodet commented 2 weeks ago

Would it be possible to modify OpenSSL dependency for the daemon, since older versions of OpenSSL are no longer maintained such as 1.0.0. Also most likely libcrypto?

The daemon is java based, so does not depend on OpenSSL...

tmetn commented 2 weeks ago

I've fixed it on the Maven. Tomcat and some other Java functionality depends also on OpenSSL. Thx 4 the answer.