Closed sangeet259 closed 2 months ago
@sangeet259 since we are back-porting to an earlier version, lets' check for CVEs.
I scanned using trivy.
mvn -Daether.dependencyCollector.impl=bf -Dmaven.artifact.threads=8 org.cyclonedx:cyclonedx-maven-plugin:2.7.10:makeAggregateBom -DskipTests --no-transfer-progress -DincludeTestScope=false && trivy sbom target/bom.json
@sudeshwasnik
@sangeet259 since we are back-porting to an earlier version, lets' check for CVEs.
We are not really doing back-porting, I had done the upgrade to 7.0.15-20 from 6.0.0
while trying to fix the dependency.check
issue.
In essence it is still an upgrade from 6.0.0
to 7.0.12
.
Use the same version as elasticsearchsink. ie.
7.0.12
. I have confirmed using the effective pom that the distributionManagement comes from the common in case of7.0.12
but for some reason it is not there in7.0.15-20
.Also the
dependency.check.skip
is true as well in the7.0.12
.Problem
Job was failing with this.
This is because in the version
7..0.15-20
it doesn't bring thedistributionManagement
transiently, so I had to add that manually.And these two variables are passed during the build with mvn ... -Dconfluent.release.repo and -Dconfluent.snapshot.repo
I had manually added
which is wrong.