Maven dependency for org.kie.kogito.dmn.rest.DMNResult

49 views
Skip to first unread message

Venkatesh Madhipatla

unread,
May 24, 2024, 12:16:28 PMMay 24
to Kogito development mailing list
The code gen is generating REST resource classes with org.kie.kogito.dmn.rest.DMNResult  in use. Anyone know which maven dependency has this class? This probably in some old version of kogito-dmn. But I couldn't find it so far.

Thanks
Venkat

Venkatesh Madhipatla

unread,
May 24, 2024, 3:56:23 PMMay 24
to Kogito development mailing list
I think it should be generating with org.kie.kogito.dmn.rest.KogitoDMNResult. Is this a bug? I still couldn't locate org.kie.kogito.rest.DMNResult. 
In maven dependency, this is the version I'm using for code gen.

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-codegen-api</artifactId>
<version>1.44.1.Final</version>
</dependency>

Venkatesh Madhipatla

unread,
May 24, 2024, 4:06:06 PMMay 24
to Kogito development mailing list
I finally found the version where it last existed. It was removed in 1.0.0.Final. 

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-dmn</artifactId>
<version>0.17.0</version>
</dependency>
Reply all
Reply to author
Forward
0 new messages