0c3d93b4970f803ff6738b50df6c1a90c40b6df1
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / apigateway / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <features name="apigateway-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
5
6   <feature name="odl-ht-apigateway" version="${project.version}" description="OpenDaylight :: API Gateway :: Core">
7     <feature>http</feature>
8     <bundle>mvn:com.highstreet.technologies.apigateway/apigateway-impl/${project.version}</bundle>
9 </feature>
10
11 </features>