ENTAXY-634 release version 1.9.0

This commit is contained in:
2023-08-11 03:05:45 +03:00
parent 3cc15f7459
commit 574fd61847
1720 changed files with 93209 additions and 44106 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb.platform.runtime.base</groupId>
<artifactId>resources</artifactId>
<version>1.8.3</version>
<version>1.9.0</version>
</parent>
<groupId>ru.entaxy.esb.platform.runtime.base.resources</groupId>
<artifactId>resources-service</artifactId>
@ -12,11 +12,17 @@
<description>ENTAXY :: PLATFORM :: BASE :: RESOURCES :: SERVICE</description>
<properties>
<bundle.osgi.export.pkg>ru.entaxy.esb.resources.provider</bundle.osgi.export.pkg>
<bundle.osgi.export.pkg>
ru.entaxy.esb.resources.provider,
ru.entaxy.esb.resources.impl
</bundle.osgi.export.pkg>
<bundle.osgi.private.pkg>
ru.entaxy.esb.resources.impl,
ru.entaxy.esb.resources.tracker
ru.entaxy.esb.resources.impl.service,
ru.entaxy.esb.resources.tracker,
ru.entaxy.esb.resources.shell,
ru.entaxy.esb.resources.support
</bundle.osgi.private.pkg>
<bundle.osgi.remove.headers>none</bundle.osgi.remove.headers>
</properties>
<dependencies>
@ -43,7 +49,17 @@
<artifactId>resources-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.core</artifactId>
<version>${karaf.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
</dependencies>
</project>
</project>