tisonkun commented on PR #19924: URL: https://github.com/apache/pulsar/pull/19924#issuecomment-1486548602
@abhilashmandaliya I get the error report wrong. ``` com.squareup.okio-okio-jvm-3.0.0.jar unaccounted for in LICENSE org.jetbrains.kotlin-kotlin-stdlib-1.6.20.jar unaccounted for in LICENSE org.jetbrains.kotlin-kotlin-stdlib-common-1.5.31.jar unaccounted for in LICENSE org.jetbrains.kotlin-kotlin-stdlib-jdk7-1.6.10.jar unaccounted for in LICENSE org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.6.10.jar unaccounted for in LICENSE ``` These lines mean that you're now (transitive) depending on these libs but they are not listed (mentioned) in the LICENSE file. You may double check if the version is correct (kotlin 1.5 and 1.6 while we plan to use 1.8? okio-jvm 3.0.0?). The LICENSE updating job I can do you a favor. But we should confirm the final status logically first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
