]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/pom.xml
enable domain name with a dash in email validator regexp. see https://www.argeo.org...
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index 960812cfeca4db6253ab959fcc36ff95b2a716be..15ab3a4201f9724a56fd11dd7c43e6764e7923f5 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>2.1.5-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <name>Commons Security Runtime</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.security.ria</module>
+               <module>org.argeo.security.core</module>
+               <module>org.argeo.security.ldap</module>
+               <module>org.argeo.security.activemq</module>
+               <module>org.argeo.security.jackrabbit</module>
+               <module>org.argeo.security.mvc</module>
        </modules>
 </project>
\ No newline at end of file