entaxy-public/platform/runtime/base/pom.xml

37 lines
1.3 KiB
XML
Raw Normal View History

2021-09-06 14:46:59 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-08-03 01:44:09 +00: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/xsd/maven-4.0.0.xsd">
2021-09-06 14:46:59 +00:00
<parent>
<groupId>ru.entaxy.esb.platform</groupId>
<artifactId>runtime</artifactId>
2023-08-03 01:44:09 +00:00
<version>1.8.3</version>
2021-09-06 14:46:59 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ru.entaxy.esb.platform.runtime</groupId>
<artifactId>base</artifactId>
<name>ENTAXY :: PLATFORM :: RUNTIME :: BASE</name>
<description>Entaxy Platform runtime base</description>
<packaging>pom</packaging>
2022-08-23 10:40:11 +00:00
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
</dependency>
</dependencies>
2021-09-06 14:46:59 +00:00
<modules>
2022-02-28 12:20:38 +00:00
<module>base-support</module>
2021-09-06 14:46:59 +00:00
<module>branding</module>
<module>connecting</module>
2022-02-28 12:20:38 +00:00
<module>management-core</module>
2022-08-23 10:40:11 +00:00
<module>objects-base</module>
<module>config-extensions</module>
2023-08-03 01:44:09 +00:00
<module>resources</module>
2021-09-06 14:46:59 +00:00
</modules>
</project>