aboutsummaryrefslogtreecommitdiffstats
path: root/grpc-resource/provider/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-02-21 10:20:36 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-02-22 15:33:40 +0000
commite73462e38b5a282e7308a8d92a155e47f79d1b0e (patch)
tree07e1f2122e5d957bc8d187ca66b0a2d420882a6a /grpc-resource/provider/pom.xml
parentbab00f39b225968bfab942bbb1913d39c69e09dc (diff)
Expose gRPC service in OSGi service registry
And fix few things Change-Id: If1829df08af92b37ab90790c4d6c306e06a0f04e Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'grpc-resource/provider/pom.xml')
-rw-r--r--grpc-resource/provider/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc-resource/provider/pom.xml b/grpc-resource/provider/pom.xml
index c567bba1..4eee611f 100644
--- a/grpc-resource/provider/pom.xml
+++ b/grpc-resource/provider/pom.xml
@@ -142,6 +142,7 @@
io.grpc.util
</Export-Package>
<Import-Package>!com.google.errorprone.annotations,*</Import-Package>
+ <Embed-Dependency>*;inline=META-INF/services/**</Embed-Dependency>
</instructions>
</configuration>
</plugin>