<?xml version="1.0" encoding="UTF-8"?>
<features   name="fragment-test" 
            xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" 
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
            
    <feature name="console-log" version="1.0.0">
        <bundle>mvn:org.example.osgi/log/1.0.0-SNAPSHOT</bundle>
        <bundle>mvn:org.example.osgi/consoleLog/1.0.0-SNAPSHOT</bundle>
    </feature>
    
    <feature name="blueprint-log" version="1.0.0" install="false">
		<feature>console-log</feature>
		<!--
		<bundle dependency="true">mvn:org.example.osgi/consoleLog/1.0.0-SNAPSHOT</bundle>
		-->
        <bundle>mvn:org.example.osgi/consoleLog-blueprint/1.0.0-SNAPSHOT</bundle>
    </feature>

</features>
