27 lines
1.0 KiB
XML
27 lines
1.0 KiB
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">
|
|
<parent>
|
|
<groupId>ru.entaxy.esb.system.registry.system-groups</groupId>
|
|
<artifactId>system-groups</artifactId>
|
|
<version>1.8.2.2</version>
|
|
<relativePath>../../system-groups/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>ru.entaxy.esb.system.registry.system-groups.profile</groupId>
|
|
<artifactId>system-group-profile</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>SYSTEM :: ENTAXY :: SYSTEM :: GROUP :: PROFILE</name>
|
|
<description>SYSTEM :: ENTAXY :: SYSTEM :: GROUP :: PROFILE</description>
|
|
|
|
<modules>
|
|
<module>system-group-profile-api</module>
|
|
<module>system-group-profile-collector</module>
|
|
<module>system-group-profile-impl-default</module>
|
|
</modules>
|
|
|
|
</project> |