yinzhiqiang007 opened a new issue, #1473:
URL: https://github.com/apache/camel-karavan/issues/1473
### Describe the bug
jbang -Dcamel.jbang.version=4.8.0 camel@apache/camel export
--local-kamelet-dir=/karavan/code/kamelets
generate pom.xml
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets-catalog</artifactId>
<version>4.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets-utils</artifactId>
<version>4.9.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.camel</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
https://mvnrepository.com/artifact/org.apache.camel.kamelets/camel-kamelets-utils
not found camel-kamelets-utils.jar:4.9.0
### Steps to reproduce the behavior
jbang -Dcamel.jbang.version=4.8.0 camel@apache/camel export
--local-kamelet-dir=/karavan/code/kamelets

### Variant
Web Application
### Container Management (if applicable)
None
### Operating System (if applicable)
None
### Version
4.8.0
### Relevant log output
```shell
```
--
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]