mdedetrich commented on PR #116: URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/116#issuecomment-1651899092
This is a bit unfortunate that I only found this out during release because technically speaking since this PR is updating dependencies its going to create differing jars (more specifically, there won't be any change in JVM bytecode but the `pom.xml` will have a different entry in its test dependencies). The reason why this is annoying is that I want to have the sbt-license-report for pekko-connectors-kafka 1.0.0 and its not going to be correct have a report that contains a test dependency which is different from whats in the source dist package and/or the current 1.0.0-RC1 binaries (the binaries is less of a problem because I suppose we can make an exception when I re-generate the artifacts for 1.0.0 but the source dist part is still an issue). @pjfanning wdyt? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
