release version 1.10.0

This commit is contained in:
2024-10-07 18:42:55 +03:00
parent 2034182607
commit a5088587f7
1501 changed files with 28818 additions and 59966 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb.platform.runtime</groupId>
<artifactId>core</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</parent>
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
<artifactId>artifact-management</artifactId>
@ -14,13 +14,13 @@
<properties>
<bundle.osgi.export.pkg>
ru.entaxy.platform.core.artifact*,
ru.entaxy.platform.core.artifact.*
ru.entaxy.platform.core.artifact.*,
ru.entaxy.platform.core.artifact.repository.impl
</bundle.osgi.export.pkg>
<bundle.osgi.private.pkg>
ru.entaxy.platform.core.artifact.impl,
ru.entaxy.platform.core.artifact.installer.builder.impl,
ru.entaxy.platform.core.artifact.installer.impl,
ru.entaxy.platform.core.artifact.repository.impl,
ru.entaxy.platform.core.artifact.repository.impl.remote,
ru.entaxy.platform.core.artifact.service.impl
</bundle.osgi.private.pkg>
@ -128,16 +128,10 @@
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>ru.entaxy.esb.system.commons</groupId>
<artifactId>system-commons</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
<artifactId>core-support-runtime-legacy</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>