33 lines
1.3 KiB
XML
33 lines
1.3 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/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
<groupId>ru.entaxy.esb.platform.runtime.base</groupId>
|
|
<artifactId>connecting</artifactId>
|
|
<version>1.8.2</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>ru.entaxy.esb.platform.runtime.base.connecting</groupId>
|
|
<artifactId>connection</artifactId>
|
|
<packaging>bundle</packaging>
|
|
|
|
<name>ENTAXY :: PLATFORM :: RUNTIME :: BASE :: CONNECTING :: CONNECTION</name>
|
|
<description>ENTAXY :: PLATFORM :: RUNTIME :: BASE :: CONNECTING :: CONNECTION</description>
|
|
|
|
<properties>
|
|
<bundle.osgi.export.pkg>
|
|
ru.entaxy.esb.platform.runtime.base.connecting.connection,
|
|
ru.entaxy.esb.platform.runtime.base.connecting.connection.util
|
|
</bundle.osgi.export.pkg>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>ru.entaxy.esb.platform.runtime.base.connecting.adapter</groupId>
|
|
<artifactId>adapters-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |