[ https://issues.apache.org/jira/browse/CAMEL-22227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aurélien Pupier resolved CAMEL-22227. ------------------------------------- Resolution: Fixed > Camel JBang update dependency is generating wrong dependencies in the pom.xml > for quarkus > ----------------------------------------------------------------------------------------- > > Key: CAMEL-22227 > URL: https://issues.apache.org/jira/browse/CAMEL-22227 > Project: Camel > Issue Type: Bug > Components: camel-jbang > Affects Versions: 4.13.0 > Reporter: Aurélien Pupier > Assignee: Aurélien Pupier > Priority: Minor > Fix For: 4.14.0 > > > * create a file with camel jbang > * export to camel quarkus project > * add an aws component for instance > * use camel jbang update dependency (taking care to be in the root folder of > the project) > * the updated pom doesn't contain the aws component and have duplicated other > dependencies. > updated pom.xml dependency section: > {noformat} > <dependencies> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-core</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-observability-services</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-google-drive</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-timer</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-xml-io-dsl</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-main</artifactId> > </dependency> <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-observability-services</artifactId> > </dependency> <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-xml-io-dsl</artifactId> > </dependency> <dependency> > <groupId>io.quarkus.platform</groupId> > <artifactId>quarkus-camel-bom</artifactId> > </dependency> > <dependency> > <groupId>io.quarkus</groupId> > <artifactId>quarkus-junit5</artifactId> > <scope>test</scope> > </dependency> > </dependencies> > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)