[
https://issues.apache.org/jira/browse/KARAF-6905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-6905:
----------------------------------------
Target Version/s: 4.3.2 (was: 4.3.1)
> Provide asm and spifly features
> -------------------------------
>
> Key: KARAF-6905
> URL: https://issues.apache.org/jira/browse/KARAF-6905
> Project: Karaf
> Issue Type: New Feature
> Components: karaf
> Reporter: Oliver Lietz
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> _asm_ and _spifly_ are common features used by e.g. Jetty and Groovy.
> {noformat}
> <!-- asm -->
> <feature name="asm" version="${project.version}">
> <bundle>mvn:org.ow2.asm/asm/9.0</bundle>
> <bundle>mvn:org.ow2.asm/asm-analysis/9.0</bundle>
> <bundle>mvn:org.ow2.asm/asm-commons/9.0</bundle>
> <bundle>mvn:org.ow2.asm/asm-util/9.0</bundle>
> <bundle>mvn:org.ow2.asm/asm-tree/9.0</bundle>
> </feature>
> <!-- spifly -->
> <feature name="spifly" version="${project.version}">
>
> <bundle>mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2</bundle>
> <!-- dependencies -->
> <bundle
> dependency="true">mvn:org.apache.aries/org.apache.aries.util/1.1.3</bundle>
> <feature version="${project.version}">asm</feature>
> </feature>
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)