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-module-parent/pom.xml | 83 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 module/ri-module-parent/pom.xml (limited to 'module/ri-module-parent/pom.xml') diff --git a/module/ri-module-parent/pom.xml b/module/ri-module-parent/pom.xml new file mode 100644 index 0000000..1c54527 --- /dev/null +++ b/module/ri-module-parent/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + + ri-module-parent + io.trygvis.rules-sandbox.module + 1.0-SNAPSHOT + pom + + + 7.48.0.Final + 13 + + + + + org.drools + drools-model-compiler + + + commons-io + commons-io + + + + + + + io.trygvis.rules-sandbox + ri-engine + ${project.version} + pom + import + + + + + + + + org.kie + kie-maven-plugin + ${version.drools} + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + UTF-8 + ${java.version} + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + UTF-8 + + + + eu.nets.oss.maven + classpath-maven-plugin + 1.0 + + + default + + export-classpath + + + + + + + + -- cgit v1.2.3