add rsp option
[netvirt.git] / openstack / net-virt-sfc / api / pom.xml
index 8ffd3c9421adb835e4694a4df851530d5e358136..75049d0d0e309d3f466bae15a6b5206749848ece 100644 (file)
@@ -55,9 +55,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <configuration>
           <instructions>
             <Export-Package>
-              org.opendaylight.yang.gen.v1.*;
+              org.opendaylight.yang.gen.v1.*,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.acl.rev150105,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.classifier.rev150105,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.rev150105,
             </Export-Package>
-            <!--<Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>-->
           </instructions>
         </configuration>
       </plugin>