ENTAXY-248 release 1.8.1
This commit is contained in:
@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-karaf-features
|
||||
==========
|
||||
Copyright (C) 2020 - 2021 EmDev LLC
|
||||
==========
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
|
||||
<features name="entaxy-underlying-features-${project.version}"
|
||||
xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
|
||||
|
||||
<feature name="entaxy-underlying-configuration" version="${project.version}">
|
||||
<configfile finalname="${karaf.etc}/jre.properties" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/properties/jre
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/entaxy.properties" override="false">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/properties/entaxy
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/config.properties" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/properties/config
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/system.properties" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/properties/system
|
||||
</configfile>
|
||||
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.features.repos.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.karaf.features.repos
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.features.xml" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/xml/org.apache.karaf.features
|
||||
</configfile>
|
||||
|
||||
<configfile finalname="${karaf.etc}/scripts/entaxy.shell.script" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/script/entaxy.shell
|
||||
</configfile>
|
||||
|
||||
<configfile finalname="${karaf.etc}/org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServlet.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServlet.cfg
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.cellar.groups.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.karaf.cellar.groups
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.cellar.node.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.karaf.cellar.node
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.management.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.karaf.management
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.karaf.shell.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.apache.karaf.shell
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.ops4j.pax.url.mvn.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.ops4j.pax.url.mvn
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.ops4j.pax.web.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.ops4j.pax.web
|
||||
</configfile>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-commons-support" version="${project.version}">
|
||||
<bundle>mvn:commons-io/commons-io/${commons-io.version}</bundle>
|
||||
<bundle>mvn:commons-codec/commons-codec/${commons-codec.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-liquibase-support" version="${project.version}">
|
||||
<bundle>mvn:org.liquibase/liquibase-core/${liquibase.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-artemis-jms-support" version="${project.version}">
|
||||
<bundle>mvn:org.messaginghub/pooled-jms/1.0.6</bundle>
|
||||
<bundle>mvn:org.apache.commons/commons-pool2/2.6.2</bundle>
|
||||
</feature>
|
||||
|
||||
<!-- feature name="entaxy-karaf-db-support" version="${project.version}">
|
||||
<bundle>wrap:mvn:org.postgresql/postgresql/${postgresql.version}</bundle>
|
||||
<bundle>wrap:mvn:com.microsoft.sqlserver/mssql-jdbc/${mssql.version}</bundle>
|
||||
</feature -->
|
||||
|
||||
<feature name="entaxy-karaf-ignite-support" version="${project.version}">
|
||||
<bundle>mvn:org.apache.ignite/ignite-jcl/${ignite.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-jaxb-support" version="${project.version}">
|
||||
<bundle>wrap:mvn:org.jvnet.hyperjaxb3/hyperjaxb3-ejb-runtime/0.6.2</bundle>
|
||||
<bundle>wrap:mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.10.0</bundle>
|
||||
</feature>
|
||||
|
||||
</features>
|
Reference in New Issue
Block a user