28 lines
1008 B
XML
28 lines
1008 B
XML
<?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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>ru.entaxy.esb.system.registry</groupId>
|
|
<artifactId>registry</artifactId>
|
|
<version>1.8.1</version>
|
|
<relativePath>../../registry/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<groupId>ru.entaxy.esb.system.registry.system-groups</groupId>
|
|
<artifactId>system-groups</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>SYSTEM :: ENTAXY :: GROUP :: REGISTRY</name>
|
|
<description>SYSTEM :: ENTAXY :: GROUP :: REGISTRY</description>
|
|
|
|
<modules>
|
|
<module>system-group-api</module>
|
|
<module>system-group-impl</module>
|
|
<module>system-group-component</module>
|
|
<module>system-group-profile</module>
|
|
</modules>
|
|
</project>
|