summaryrefslogtreecommitdiff
path: root/module/ri-engine/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'module/ri-engine/pom.xml')
-rw-r--r--module/ri-engine/pom.xml24
1 files changed, 20 insertions, 4 deletions
diff --git a/module/ri-engine/pom.xml b/module/ri-engine/pom.xml
index d17f83e..c667145 100644
--- a/module/ri-engine/pom.xml
+++ b/module/ri-engine/pom.xml
@@ -17,6 +17,26 @@
<artifactId>ri-engine</artifactId>
<dependencies>
+
+ <dependency>
+ <groupId>io.trygvis.rules-sandbox.module</groupId>
+ <artifactId>ri-base</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.trygvis.rules-sandbox.module</groupId>
+ <artifactId>ri-wireguard</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.trygvis.rules-sandbox.module</groupId>
+ <artifactId>acme</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
@@ -33,10 +53,6 @@
<groupId>org.drools</groupId>
<artifactId>drools-templates</artifactId>
</dependency>
- <dependency>
- <groupId>org.kie</groupId>
- <artifactId>kie-ci</artifactId>
- </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>