jomarko opened a new issue, #1389:
URL: https://github.com/apache/incubator-kie-issues/issues/1389

   Currently, the example 
[projects](https://github.com/apache/incubator-kie-kogito-examples/tree/stable) 
`pom.xml` architecture allows setting different `kogito-bom` artifact. We can 
easily spot this in `pom.xml` thanks to these maven properties:
   -  `kogito.bom.group-id`
   - `kogito.bom.artifact-id`
   - `kogito.bom.version`
   
   In the root README, we can reed it is to support two different kogito boms.
   1. `org.kie.kogito:kogito-bom` a default one
   2. `io.quarkus.platform:quarkus-kogito-bom`
   
   The problem is, the second one is discontinued. It exists only on the 
quarkus platform version 2. 
   
https://github.com/quarkusio/quarkus-platform/blob/2.16.12.Final/generated-platform-project/quarkus-kogito/bom/pom.xml
   
   The quarkus platform version 3 does not contain such bom anymore.
   
https://github.com/quarkusio/quarkus-platform/tree/3.12.3/generated-platform-project
   
   As there is single kogito bom to use, the first one, we could simplify the 
example `pom.xml` files architecture to make them shorter and easier to read.


-- 
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]

Reply via email to