-
Bug
-
Resolution: Done
-
Blocker
-
2.2.3.CR3
-
False
-
False
-
+
-
5 extensions can't be used because of missing org.ow2.asm:asm-commons:jar:9.1.0.redhat-00001
[ERROR] Failed to execute goal on project jacoco: Could not resolve dependencies for project io.quarkus.qe:jacoco:jar:1.0.0-SNAPSHOT: Could not find artifact org.ow2.asm:asm-commons:jar:9.1.0.redhat-00001
Please add org.ow2.asm:asm-commons into the maven repo zip to resolve this problem.
Note: After adding asm-commons, 4 from the 5 extension will be working, opentelemetry-exporter-otlp needs also io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.5.0.redhat-00001, this is reported in QUARKUS-1213
Reproducer:
for i in camel-quarkus-cassandraql datadog-opentracing opentelemetry-exporter-otlp cassandra-quarkus-client jacoco; do echo "Building $i" mvn -Dmaven.repo.local=/Users/rsvoboda/Downloads/rh-quarkus-2.2.3.GA-maven-repository/maven-repository -Dquarkus-plugin.version=2.2.3.Final-redhat-00009 -Dquarkus.platform.group-id=com.redhat.quarkus.platform -Dquarkus.platform.artifact-id=quarkus-bom com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00009:create -DprojectGroupId=io.quarkus.qe -DprojectArtifactId=$i -DprojectVersion=1.0.0-SNAPSHOT -DplatformGroupId=com.redhat.quarkus.platform -DplatformArtifactId=quarkus-bom -Dextensions=$i done for i in camel-quarkus-cassandraql datadog-opentracing opentelemetry-exporter-otlp cassandra-quarkus-client jacoco; do echo "Running $i" mvn -f $i clean package -Dmaven.repo.local=/Users/rsvoboda/Downloads/rh-quarkus-2.2.3.GA-maven-repository/maven-repository done