release version 1.11.0
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb</groupId>
|
||||
<artifactId>underlying</artifactId>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.0</version>
|
||||
</parent>
|
||||
<groupId>ru.entaxy.esb.underlying</groupId>
|
||||
<artifactId>entaxy-underlying-features</artifactId>
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-karaf-features
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
@ -119,6 +119,7 @@
|
||||
<feature name="entaxy-karaf-ignite-support" version="${project.version}">
|
||||
<bundle start-level="50">wrap:mvn:org.apache.ignite/ignite-jcl/${ignite.version}$Bundle-SymbolicName=ignite-jcl.wrap&Bundle-Version=${ignite.version}&Export-Package=*;version="${ignite.version}"</bundle>
|
||||
<bundle start-level="50">wrap:mvn:org.apache.ignite/ignite-core/${ignite.version}$Bundle-SymbolicName=ignite-core.wrap&Bundle-Version=${ignite.version}&Export-Package=*;version="${ignite.version}"</bundle>
|
||||
<bundle start-level="50">mvn:org.apache.camel/camel-ignite/${camel.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-jaxb-support" version="${project.version}">
|
||||
@ -131,9 +132,9 @@
|
||||
<feature prerequisite="true">entaxy-karaf-snakeyaml-support</feature>
|
||||
<feature prerequisite="true">entaxy-karaf-xsom-support</feature>
|
||||
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
|
||||
<bundle start-level="8">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
|
||||
<bundle start-level="8">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
|
||||
<bundle start-level="8">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.module/jackson-module-jsonSchema/${jackson.version}</bundle>
|
||||
<bundle start-level="35">wrap:mvn:org.openapitools/jackson-databind-nullable/${jackson-databind-nullable.version}/$Bundle-SymbolicName=jackson-databind-nullable.wrap&Bundle-Version=${jackson-databind-nullable.version}&Export-Package=*;version="${jackson-databind-nullable.version}"</bundle>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-underlying-features
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
Reference in New Issue
Block a user