Doug Fisher
unread,Jan 28, 2026, 12:29:29 AM (11 days ago) Jan 28Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kogito development mailing list
Hi,
I have a fairly simple project that has several large decision tables
and that's about it. I need swagger and I'm running it using Quarkus.
Previously I could use a maven archetype to build a simple project but I
can't get that working with 10.x
I tried using the github examples, but the pom files have parent
dependencies and build way more than I want.
I've tried building a simple version to work with Quarkus 3.20.3 and I
have one working, but it relies on snapshot-999 and every few days when
I compile, a lot of new jars are downloaded and that is making me
nervous - I'm not really locked to a version.
Where can I find some examples of some minimal pom files that can
support running decision tables using quarkus without having to
reference constantly changing dependencies?
Hopefully this is making sense.
Thanks,
Doug