HIGUCHI Yuta
Committed by Gerrit Code Review

Fix OSGi issue.

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

Change-Id: Ia0e825334a55c29d34e982f39d4a02c1c33871ee
......@@ -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>
......