From 912bc8b903dfa6d438c2469ecdad35c181c71830 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 25 Jan 2021 21:29:12 +0100 Subject: Improving usability, massive refactoring. * Moving all Drools code into their own modules. This fixes ri-engine to acme dependency. * Now they all inherit from their own parent, should be used by third party code too. * Separating acme planning code into its own module. * Splitting rules code from ri-engine into ri-base. ri-engine is now a pure launcher for modules. * Dumping kogito for the most part, but it seems like the planner still requires that. --- module/ri-base/pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 module/ri-base/pom.xml (limited to 'module/ri-base/pom.xml') diff --git a/module/ri-base/pom.xml b/module/ri-base/pom.xml new file mode 100644 index 0000000..43703f7 --- /dev/null +++ b/module/ri-base/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + + + io.trygvis.rules-sandbox.module + ri-module-parent + 1.0-SNAPSHOT + ../ri-module-parent/pom.xml + + + ri-base + kjar + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + + org.junit.jupiter + junit-jupiter-api + 5.7.0 + test + + + org.junit.jupiter + junit-jupiter-params + 5.7.0 + test + + + org.junit.platform + junit-platform-commons + 1.7.0 + test + + + + + + + org.kie + kie-maven-plugin + ${version.drools} + true + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + false + + + + + + -- cgit v1.2.3