Fix OSGi issue.

- Slicing out protobuf bundle's OSGi issue
  spotted by Shravan Ambati.

Change-Id: Ia0e825334a55c29d34e982f39d4a02c1c33871ee
diff --git a/incubator/protobuf/pom.xml b/incubator/protobuf/pom.xml
index 8928a1c..92d914d 100644
--- a/incubator/protobuf/pom.xml
+++ b/incubator/protobuf/pom.xml
@@ -88,6 +88,11 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.onosproject.grpc.net</Export-Package>
+                    </instructions>
+                </configuration>
             </plugin>
 
             <plugin>