Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trusty scorecard dmn project #97

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

r00ta
Copy link
Contributor

@r00ta r00ta commented Nov 27, 2020

Your company is organizing an exclusive party and not all the employees are invited. Try out the new service that the engineering team has developed to check if an employee is invited or not!

Screenshot from 2020-11-27 10-56-38

Comment on lines +68 to +94
<!-- &lt;!&ndash; PMML &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.kie.kogito</groupId>-->
<!-- <artifactId>kogito-pmml</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jpmml</groupId>-->
<!-- <artifactId>pmml-model</artifactId>-->
<!-- <version>1.5.6</version>-->
<!-- </dependency>-->

<!-- Alternative dependencies for JPMML Evaluator, override `kie-pmml` dependency -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-dmn-jpmml</artifactId>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-extension</artifactId>
<version>1.5.6</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please verify if it works with kogito-pmml and if not what is the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants