gitgabrio commented on PR #2197:
URL:
https://github.com/apache/incubator-kie-kogito-examples/pull/2197#issuecomment-4485375348
> Thank you @gitgabrio. I have the impression that
>
> ```
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>${quarkus.platform.group-id}</groupId>
> <artifactId>${quarkus.platform.artifact-id}</artifactId>
> <version>${quarkus.platform.version}</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> <dependency>
> <groupId>${kogito.bom.group-id}</groupId>
> <artifactId>${kogito.bom.artifact-id}</artifactId>
> <version>${kogito.bom.version}</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> </dependencies>
> </dependencyManagement>
> ```
>
> Could be removed by quarkus examples, BUT considering those example should
help end user to create a new project from green field, I guess we can keep
it... . I guess we should just import kogito-apps-quarkus-bom there
Yes, it would be possible to refactor the examples a bit, but I would prefer
to do that on a second step.
In that very case, there are all those placeholders/variables that,.
somehow, seems to suggest the will of abstract the actual "bom" (i.e. different
artifactId/groupId), and I'm not sure why
--
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]