Move examples into separate module
[policy/models.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c0df329..8d80849 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
         <module>models-pap</module>
         <module>models-decisions</module>
         <module>models-provider</module>
+        <module>models-examples</module>
     </modules>
 
     <distributionManagement>
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>