abhilashmandaliya commented on PR #19924: URL: https://github.com/apache/pulsar/pull/19924#issuecomment-1486539437
> @abhilashmandaliya license check failed: > > ``` > 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 > com.squareup.okio-okio-3.3.0.jar mentioned in LICENSE, but not bundled > org.jetbrains.kotlin-kotlin-stdlib-1.8.0.jar mentioned in LICENSE, but not bundled > org.jetbrains.kotlin-kotlin-stdlib-common-1.8.0.jar mentioned in LICENSE, but not bundled > org.jetbrains.kotlin-kotlin-stdlib-jdk7-1.8.0.jar mentioned in LICENSE, but not bundled > org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.8.0.jar mentioned in LICENSE, but not bundled > ``` > > The first lines can be redundant that you should remove. The final lines about kotlin-stdlib, I'm afraid, indicate an issue that we are missing to bundle them? @tisonkun With the latest okio library, we don't need to use a different version of Kotlin hence I removed it from the `pom.xml`. I forgot to remove it from the LICENCE file. I have fixed that. Not sure why okio error is there. -- 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]
