aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-10-31 13:47:44 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-10-31 13:47:44 -0500
commit6f69dcb7449affcba02836e578e567a8655c2ff0 (patch)
tree87e8b1386bde1bc0f234a2192f45ad3026ca5bf1 /integration
parentd8e186f41004d850d5ff9a9c5b6fbe459dea6504 (diff)
Additional drools libs in <dependencyManagement>
Issue-ID: POLICY-1407 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I41934c73b292eb961fcbf136c63e9586aa537dde
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 03ab4875..c55b7d83 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -296,6 +296,24 @@
<version>${version.drools}</version>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-verifier-drl</artifactId>
+ <version>${version.drools}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-verifier-api</artifactId>
+ <version>${version.drools}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-verifier-core</artifactId>
+ <version>${version.drools}</version>
+ </dependency>
+
<!-- Test dependencies -->
<!-- In memory Database Engine -->