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-wireguard/pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'module/ri-wireguard/pom.xml') diff --git a/module/ri-wireguard/pom.xml b/module/ri-wireguard/pom.xml index a6ca2b8..86c6faa 100644 --- a/module/ri-wireguard/pom.xml +++ b/module/ri-wireguard/pom.xml @@ -5,12 +5,20 @@ 4.0.0 - io.trygvis.rules-sandbox - rules-sandbox + io.trygvis.rules-sandbox.module + ri-module-parent 1.0-SNAPSHOT - ../../pom.xml + ../ri-module-parent/pom.xml ri-wireguard + + + ${project.groupId} + ri-base + 1.0-SNAPSHOT + + + -- cgit v1.2.3