entaxy-public/system/deployer/cellar-deployer/pom.xml

36 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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>deployer</artifactId>
<groupId>ru.entaxy.esb.system</groupId>
<version>1.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ru.entaxy.esb.system.deployer</groupId>
<artifactId>cellar-deployer</artifactId>
<packaging>bundle</packaging>
<name>SYSTEM :: ENTAXY :: CELLAR :: DEPLOYER</name>
<description>SYSTEM :: ENTAXY :: CELLAR :: DEPLOYER</description>
<properties>
<bundle.osgi.export.pkg>
ru.entaxy.esb.system.deployer.cellar.deployer.*
</bundle.osgi.export.pkg>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.karaf.cellar</groupId>
<artifactId>org.apache.karaf.cellar.bundle</artifactId>
<version>${cellar.version}</version>
</dependency>
<dependency>
<groupId>ru.entaxy.esb.system.commons</groupId>
<artifactId>system-commons</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>