bundle limited to own package
[openflowjava.git] / simple-client / pom.xml
index f171cefaa1c9c7f0eb9ac9ea120d07d839b9e8fa..a8d4284d0cb1badfa5e7225f3c54ecb2d33a3b45 100644 (file)
@@ -17,7 +17,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.opendaylight.openflowjava.protocol.impl.*</Export-Package>
+                        <Export-Package>org.opendaylight.openflowjava.protocol.impl.clients.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>