The features.xml is generated by the pom file above. The pom file should be
enough to replicate the issue. However, for quick reference:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0";
name="dependencies">
    <feature name="dependencies" version="1.0.0" description="dependencies">
        <bundle>mvn:io.netty/netty-handler/4.0.21.Final</bundle>
        <bundle>mvn:io.netty/netty-buffer/4.0.21.Final</bundle>
        <bundle>mvn:io.netty/netty-common/4.0.21.Final</bundle>
        <bundle>mvn:io.netty/netty-transport/4.0.21.Final</bundle>
        <bundle>mvn:io.netty/netty-codec/4.0.21.Final</bundle>
        <bundle>mvn:org.apache.commons/commons-lang3/3.3.1</bundle>
        <bundle>mvn:commons-io/commons-io/2.4</bundle>
        <bundle>mvn:org.apache.commons/commons-exec/1.2</bundle>
        <bundle>mvn:commons-dbutils/commons-dbutils/1.5</bundle>
        <bundle>mvn:org.apache.commons/commons-dbcp2/2.0.1</bundle>
        <bundle>mvn:org.apache.commons/commons-pool2/2.2</bundle>
        <bundle>mvn:commons-logging/commons-logging/1.1.3</bundle>
        <bundle>wrap:mvn:postgresql/postgresql/9.1-901.jdbc4</bundle>
        <bundle>wrap:mvn:cglib/cglib/3.0</bundle>
        <bundle>wrap:mvn:org.ow2.asm/asm/4.0</bundle>
    </feature>
</features>




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-3-Kar-Deployer-tp4034294p4034300.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to