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 @@ ...@@ -88,6 +88,11 @@
88 <groupId>org.apache.felix</groupId> 88 <groupId>org.apache.felix</groupId>
89 <artifactId>maven-bundle-plugin</artifactId> 89 <artifactId>maven-bundle-plugin</artifactId>
90 <extensions>true</extensions> 90 <extensions>true</extensions>
91 + <configuration>
92 + <instructions>
93 + <Export-Package>org.onosproject.grpc.net</Export-Package>
94 + </instructions>
95 + </configuration>
91 </plugin> 96 </plugin>
92 97
93 <plugin> 98 <plugin>
......