2021-09-06 17:46:59 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-08-03 04:44:09 +03:00
|
|
|
<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">
|
2021-09-06 17:46:59 +03:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>ru.entaxy.esb.platform.runtime</groupId>
|
|
|
|
<artifactId>base</artifactId>
|
2023-08-11 03:05:45 +03:00
|
|
|
<version>1.9.0</version>
|
2021-09-06 17:46:59 +03:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>ru.entaxy.esb.platform.runtime.base</groupId>
|
|
|
|
<artifactId>connecting</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>ENTAXY :: PLATFORM :: RUNTIME :: BASE :: CONNECTING</name>
|
|
|
|
<description>ENTAXY :: PLATFORM :: RUNTIME :: BASE :: CONNECTING</description>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>connection</module>
|
|
|
|
<module>generator</module>
|
|
|
|
<module>adapter</module>
|
|
|
|
<module>producer</module>
|
|
|
|
</modules>
|
2023-08-11 03:05:45 +03:00
|
|
|
</project>
|