48 lines
1.7 KiB
XML
48 lines
1.7 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.systems.profile</groupId>
|
|
<artifactId>system-profile</artifactId>
|
|
<version>1.8.1</version>
|
|
<relativePath>../../system-profile/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>system-profile-impl-default</artifactId>
|
|
<name>SYSTEM :: ENTAXY :: SYSTEM :: PROFILE :: IMPL :: DEFAULT</name>
|
|
<packaging>bundle</packaging>
|
|
|
|
<properties>
|
|
<bundle.osgi.export.pkg>
|
|
ru.entaxy.esb.system.registry.systems.profile.impl.defaults
|
|
</bundle.osgi.export.pkg>
|
|
<bundle.osgi.import.pkg>
|
|
ru.entaxy.esb.system.profile.commons,
|
|
ru.entaxy.esb.system.profile.commons.connectors,
|
|
ru.entaxy.esb.system.profile.commons.profile_output,
|
|
ru.entaxy.esb.system.common.osgi,
|
|
ru.entaxy.esb.system.common.osgi.impl,
|
|
*
|
|
</bundle.osgi.import.pkg>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>ru.entaxy.esb.system.registry.systems.profile</groupId>
|
|
<artifactId>system-profile-api</artifactId>
|
|
<version>${project.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.camel</groupId>
|
|
<artifactId>camel-jms</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|