summaryrefslogtreecommitdiffstats
path: root/message-router/consumer/features/src/main/feature/feature.xml
blob: 3541270c09eedcdbedc259a50383a89b2e85c15d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<features name="messagerouter-consumer-${project.version}" 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='messagerouter-consumer' description="exposes message router consumer" version='${project.version}'>
        <bundle>mvn:${project.groupId}/consumer.api/${project.version}</bundle>
        <bundle>mvn:${project.groupId}/consumer.provider/${project.version}</bundle>
    </feature>

</features>