FELIX-3981 Create a sample project for demonstrating Felix JAAS main features

Adding a LoginModuleFactory based example which uses an embedded DataBase (H2) to perform user authentication

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1461132 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/jaas/pom.xml b/examples/jaas/pom.xml
index 6f5ba52..843c011 100644
--- a/examples/jaas/pom.xml
+++ b/examples/jaas/pom.xml
@@ -33,6 +33,8 @@
 
   <modules>
       <module>lm-config</module>
+      <module>lm-jdbc</module>
+      <module>jdbc-h2</module>
       <module>app</module>
       <module>launcher</module>
   </modules>