44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>ru.entaxy.platform.integration</groupId>
|
|
<artifactId>applications</artifactId>
|
|
<version>1.10.0</version>
|
|
</parent>
|
|
<groupId>ru.entaxy.platform.integration.applications</groupId>
|
|
<artifactId>application-api</artifactId>
|
|
<packaging>bundle</packaging>
|
|
<name>ENTAXY :: PLATFORM :: INTEGRATION :: APPLICATIONS :: API</name>
|
|
<description>ENTAXY :: PLATFORM :: INTEGRATION :: APPLICATIONS :: API</description>
|
|
|
|
<properties>
|
|
<bundle.osgi.export.pkg>
|
|
ru.entaxy.platform.integration.applications,
|
|
ru.entaxy.platform.integration.applications.descriptor,
|
|
ru.entaxy.platform.integration.applications.exceptions,
|
|
ru.entaxy.platform.integration.applications.item.project,
|
|
ru.entaxy.platform.integration.applications.storage,
|
|
ru.entaxy.platform.integration.applications.utils
|
|
</bundle.osgi.export.pkg>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>ru.entaxy.esb.platform.runtime.base.resources</groupId>
|
|
<artifactId>resources-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
|
|
<artifactId>object-runtime-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
|
|
<artifactId>artifact-management</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|