]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Make io.grpc.context as fragment bundle to fix duplicate package name 89/2089/1
authorjsimomaa <jani.simomaa@gmail.com>
Mon, 3 Sep 2018 13:28:52 +0000 (16:28 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Mon, 3 Sep 2018 13:28:52 +0000 (16:28 +0300)
gitlab #98

Change-Id: Icd8ac3b4cda5d046a84e859e0c84fa036eb08f83

releng/org.simantics.sdk.build.p2.site/pom.xml

index e7dac15d3ee91b94ecb0608dac2553a9b24c9557..73c1969139bc8c419e34bb3594db1fe6daa04f7e 100644 (file)
                                     <id>org.eclipse.jetty:jetty-servlets:9.4.5.v20170502</id>
                                     <source>true</source>
                                 </artifact>
+                                <artifact>
+                                    <id>io.grpc:grpc-core:${grpc.version}</id>
+                                    <source>true</source>
+                                    <override></override>
+                                    <instructions>
+                                        <Export-Package>
+                                            io.grpc;version="${grpc.version}",
+                                            io.grpc.inprocess;version="${grpc.version}",
+                                            io.grpc.internal;version="${grpc.version}",
+                                            io.grpc.util;version="${grpc.version}"
+                                        </Export-Package>
+                                        <Import-Package>!com.google.errorprone.annotations,*</Import-Package>
+                                    </instructions>
+                                </artifact>
+                                <artifact>
+                                    <id>io.grpc:grpc-context:${grpc.version}</id>
+                                    <source>true</source>
+                                    <override></override>
+                                    <instructions>
+                                        <Fragment-Host>io.grpc.core</Fragment-Host>
+                                    </instructions>
+                                </artifact>
                                 <artifact>
                                     <id>io.grpc:grpc-stub:${grpc.version}</id>
                                     <source>true</source>