Merge "Adds basic stability tests for XACML PDP"
[policy/xacml-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5934a4f..acd78de 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
 
     <modules>
         <module>main</module>
+        <module>applications</module>
         <module>packages</module>
         <module>testsuites</module>
     </modules>
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>io.cucumber</groupId>
+            <artifactId>cucumber-java</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>io.cucumber</groupId>
+            <artifactId>cucumber-junit</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>