Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / info / 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-info" version="${project.version}" description="OpenDaylight :: Info :: Core">
7     <feature>http</feature>
8     <bundle>mvn:org.apache.commons/commons-compress/1.14</bundle>
9     <bundle>mvn:com.highstreet.technologies.info/info-impl/${project.version}</bundle>
10 </feature>
11
12 </features>