]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.sdk.build.p2.site/pom.xml
Do not override jersey in p2.site pom.xml as release/1.43.0 is jdk8
[simantics/platform.git] / releng / org.simantics.sdk.build.p2.site / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001 XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5
6     <groupId>org.simantics</groupId>
7     <artifactId>org.simantics.sdk.build.p2.site</artifactId>
8     <packaging>pom</packaging>
9     <version>1.30.0</version>
10
11     <properties>
12         <itext.version.actual>2.1.7.b1</itext.version.actual>
13         <antlr.version>3.5.2</antlr.version>
14         <commons-codec.version>1.14</commons-codec.version>
15         <lucene.version>4.9.0</lucene.version>
16         <lucene.version.actual>4.9.0.b0003</lucene.version.actual>
17         <lucene.prefix>org.apache.lucene4</lucene.prefix>
18         <jaxen.version>1.2.0</jaxen.version>
19         <jdom.version>2.0.6</jdom.version>
20         <jdom.version.actual>2.0.6.b0001</jdom.version.actual>
21         <jackson.version>2.8.11</jackson.version>
22         <jackson.version.actual>2.8.11</jackson.version.actual>
23         <javax.version>3.1.0</javax.version>
24         <jersey.version>2.25.1</jersey.version>
25         <jfreechart.version>1.5.0</jfreechart.version>
26         <slf4j.version>1.7.30</slf4j.version>
27         <slf4j.version.actual>1.7.30</slf4j.version.actual>
28         <grpc.version>1.27.2</grpc.version>
29         <grpc.version.actual>1.27.2</grpc.version.actual>
30         <protobuf.version>3.11.4</protobuf.version>
31         <zeroturnaround.version>1.11</zeroturnaround.version>
32         <caffeine.version>2.8.1</caffeine.version>
33         <influxdb.client.version>1.5.0</influxdb.client.version>
34         <supercsv.version>2.4.0</supercsv.version>
35         <ini4j.version>0.5.4</ini4j.version>
36         <commons-collections.version>4.4</commons-collections.version>
37         <commons-compress.version>1.20</commons-compress.version>
38         <commons-lang.version>2.6</commons-lang.version>
39         <commons-logging.version>1.2</commons-logging.version>
40         <commons-io.version>1.4</commons-io.version>
41         <commons-math.version>3.6.1</commons-math.version>
42         <pdfbox.version>2.0.19</pdfbox.version>
43         <fontbox.version>2.0.19</fontbox.version>
44         <xmpbox.version>2.0.19</xmpbox.version>
45         <log4j.version>1.2.17</log4j.version>
46         <ucanaccess.version>3.0.7</ucanaccess.version>
47         <fastutil.version>8.3.1</fastutil.version>
48         <trove4j.version>3.0.3</trove4j.version>
49         <freemarker.version>2.3.29</freemarker.version>
50         <itext.version>2.1.7</itext.version>
51         <rhino.version>1.7.12</rhino.version>
52         <jna41.version>4.1.0</jna41.version>
53         <jna.version>4.5.2</jna.version>
54         <logback-classic.version>1.2.3</logback-classic.version>
55         <koloboke-compile.version>0.5.1</koloboke-compile.version>
56         <koloboke-impl-common-jdk8.version>1.0.0</koloboke-impl-common-jdk8.version>
57         <kryo.version>4.0.2</kryo.version>
58         <org.apache.aries.spifly.dynamic.bundle.version>1.2.3</org.apache.aries.spifly.dynamic.bundle.version>
59         <decompiler-procyon.version>4.3.0.Final</decompiler-procyon.version>
60         <jsoup.version>1.12.2</jsoup.version>
61         <snakeyaml.version>1.25</snakeyaml.version>
62         <jetty945.version>9.4.24.v20191120</jetty945.version>
63         <netty.version>4.1.45.Final</netty.version>
64         <jcip-annotations.version>1.0</jcip-annotations.version>
65         <pgjdbc-ng.version>0.8.3</pgjdbc-ng.version>
66     </properties>
67
68     <repositories>
69         <!--
70         <repository>
71             <id>project-specific-deps</id>
72             <name>project-specific-deps</name>
73             <url>file:///${basedir}/repo</url>
74         </repository>c.version.actual
75         --> 
76     </repositories>
77
78     <build>
79         <plugins>
80             <plugin>
81                 <groupId>org.eclipse.tycho.extras</groupId>
82                 <artifactId>tycho-p2-extras-plugin</artifactId>
83                 <version>1.7.0</version>
84             </plugin>
85             <plugin>
86                 <groupId>org.reficio</groupId>
87                 <artifactId>p2-maven-plugin</artifactId>
88                 <version>1.3.0</version>
89                 <executions>
90                     <execution>
91                         <id>default-cli</id>
92                         <!-- QUICK-START EXAMPLE -->
93                         <!--
94                         This is the default quick-start configuration.
95
96                         Expected behavior:
97                           - specified dependencies will be fetched
98                           - transitive dependencies will be fetched (no default exclusions)
99                           - jars containing source source code will NOT be fetched
100                           - jars that are NOT OSGi bundles will be "bundled" using bnd tool,
101                             if you specify instructions for these jars they will be APPLIED
102                           - jars that are OSGi bundles will be simply included
103                             if you specify instructions for these jars they will be IGNORED (see <override> option)
104                           - p2 site will be generated
105
106                         How the instructions works:
107                           - instructions are applied only to the root artifact that you specify!
108                           - instructions are not applied to the TRANSITIVE dependencies!
109                           - transitive dependencies are never overridden (see <override> option)
110                           - transitive dependencies are bundled using the default instructions:
111                               <instructions>
112                                   <Import-Package>*;resolution:=optional</Import-Package>
113                                   <Export-Package>*</Export-Package>
114                               </instructions>
115                           - other instructions, such as, Bundle-SymbolicName, Bundle-Name, Bundle-Version, etc.
116                             are calculated according to the following rules:
117                             http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
118                           - if you specify any instructions they will be applied only if
119                             the jar is not already an OSGi bundle - otherwise you have to use the override
120                             option - please see the /examples/override/pom.xml example
121
122                         The following definition of an artifact:
123                             <artifact>
124                                 <id>commons-io:commons-io:2.1</id>
125                             </artifact>
126
127                         is an equivalent of the following definition:
128                             <artifact>
129                                 <id>commons-io:commons-io:2.1</id>
130                                 <transitive>true</transitive>
131                                 <source>false</source>
132                                 <override>false</override>
133                                 <instructions>
134                                     <Import-Package>*;resolution:=optional</Import-Package>
135                                     <Export-Package>*</Export-Package>
136                                 </instructions>
137                                 <excludes/>
138                             </artifact>
139
140                         To run the example please invoke: mvn p2:site
141                         -->
142                         <configuration>
143                             <artifacts>
144                                 <artifact>
145                                     <id>org.antlr:antlr-runtime:${antlr.version}</id>
146                                     <source>true</source>
147                                     <instructions>
148                                         <Bundle-SymbolicName>org.antlr.runtime</Bundle-SymbolicName>
149                                         <Bundle-Version>${antlr.version}</Bundle-Version>
150                                         <Export-Package>*;version="${antlr.version}"</Export-Package>
151                                     </instructions>                                    
152                                 </artifact>
153                                 <artifact>
154                                     <id>org.apache.lucene:lucene-core:${lucene.version}</id>
155                                     <source>true</source>
156                                     <instructions>
157                                         <Bundle-SymbolicName>${lucene.prefix}.core</Bundle-SymbolicName>
158                                         <Bundle-Version>${lucene.version.actual}</Bundle-Version>
159                                         <Export-Package>*;version="${lucene.version}"</Export-Package>
160                                     </instructions>
161                                 </artifact>
162                                 <artifact>
163                                     <id>org.apache.lucene:lucene-queries:${lucene.version}</id>
164                                     <source>true</source>
165                                     <instructions>
166                                         <Bundle-SymbolicName>${lucene.prefix}.queries</Bundle-SymbolicName>
167                                         <Bundle-Version>${lucene.version.actual}</Bundle-Version>
168                                         <Require-Bundle>${lucene.prefix}.core;bundle-version="${lucene.version}"</Require-Bundle>
169                                         <Export-Package>*;version="${lucene.version}"</Export-Package>
170                                         <Import-Package>!org.apache.lucene.*,*;resolution:=optional</Import-Package>
171                                     </instructions>
172                                 </artifact>
173                                 <artifact>
174                                     <id>org.apache.lucene:lucene-sandbox:${lucene.version}</id>
175                                     <source>true</source>
176                                     <instructions>
177                                         <Bundle-SymbolicName>${lucene.prefix}.sandbox</Bundle-SymbolicName>
178                                         <Bundle-Version>${lucene.version.actual}</Bundle-Version>
179                                         <Require-Bundle>${lucene.prefix}.core;bundle-version="${lucene.version}"</Require-Bundle>
180                                         <Export-Package>*;version="${lucene.version}"</Export-Package>
181                                         <Import-Package>!org.apache.lucene.*,*;resolution:=optional</Import-Package>
182                                     </instructions>
183                                 </artifact>
184                                 <artifact>
185                                     <id>org.apache.lucene:lucene-analyzers-common:${lucene.version}</id>
186                                     <source>true</source>
187                                     <instructions>
188                                         <Bundle-SymbolicName>${lucene.prefix}.analyzers-common</Bundle-SymbolicName>
189                                         <Bundle-Version>${lucene.version.actual}</Bundle-Version>
190                                         <Require-Bundle>${lucene.prefix}.core;bundle-version="${lucene.version}"</Require-Bundle>
191                                         <Export-Package>*;version="${lucene.version}"</Export-Package>
192                                         <Import-Package>!org.apache.lucene.*,*;resolution:=optional</Import-Package>
193                                     </instructions>
194                                 </artifact>
195                                 <artifact>
196                                     <id>org.apache.lucene:lucene-queryparser:${lucene.version}</id>
197                                     <source>true</source>
198                                     <instructions>
199                                         <Bundle-SymbolicName>${lucene.prefix}.queryparser</Bundle-SymbolicName>
200                                         <Bundle-Version>${lucene.version.actual}</Bundle-Version>
201                                         <Require-Bundle>${lucene.prefix}.core;bundle-version="${lucene.version}",${lucene.prefix}.queries;bundle-version="${lucene.version}",${lucene.prefix}.sandbox;bundle-version="${lucene.version}"</Require-Bundle>
202                                         <Export-Package>*;version="${lucene.version}"</Export-Package>
203                                         <Import-Package>!org.apache.lucene.*,*;resolution:=optional</Import-Package>
204                                     </instructions>
205                                 </artifact>
206                                 <artifact>
207                                     <id>jaxen:jaxen:${jaxen.version}</id>
208                                     <source>true</source>
209                                 </artifact>
210                                 <artifact>
211                                     <id>org.jdom:jdom2:${jdom.version}</id>
212                                     <source>true</source>
213                                     <instructions>
214                                         <Bundle-SymbolicName>org.jdom2</Bundle-SymbolicName>
215                                         <Bundle-Version>${jdom.version.actual}</Bundle-Version>
216                                         <Export-Package>*;version="${jdom.version}"</Export-Package>
217                                     </instructions>
218                                 </artifact>
219                                 <artifact>
220                                     <id>org.jfree:jfreechart:${jfreechart.version}</id>
221                                     <source>true</source>
222                                     <instructions>
223                                         <Bundle-SymbolicName>org.jfree.jchart</Bundle-SymbolicName>
224                                     </instructions>
225                                 </artifact>
226                                 <!--
227                                 <artifact>
228                                     <id>org.ow2.asm:asm:5.0.4</id>
229                                     <source>true</source>
230                                     <override>true</override>
231                                     <instructions>
232                                         <Bundle-SymbolicName>org.objectweb.asm5</Bundle-SymbolicName>
233                                     </instructions>
234                                 </artifact>
235                                 -->
236                                 <artifact>
237                                     <id>net.sf.supercsv:super-csv:${supercsv.version}</id>
238                                     <source>true</source>
239                                     <override>true</override>
240                                     <instructions>
241                                         <Bundle-SymbolicName>org.supercsv</Bundle-SymbolicName>
242                                     </instructions>
243                                 </artifact>
244                                 <artifact>
245                                     <id>org.ini4j:ini4j:${ini4j.version}</id>
246                                     <source>true</source>
247                                 </artifact>
248                                 <artifact>
249                                     <!-- Needed by Apache POI 3.15 -->
250                                     <id>commons-codec:commons-codec:${commons-codec.version}</id>
251                                     <source>true</source>
252                                 </artifact>
253                                 <artifact>
254                                     <!-- Needed by Apache POI 3.15 -->
255                                     <id>org.apache.commons:commons-collections4:${commons-collections.version}</id>
256                                     <source>true</source>
257                                 </artifact>
258                                 <artifact>
259                                     <id>org.apache.commons:commons-compress:${commons-compress.version}</id>
260                                     <source>true</source>
261                                     <override>true</override>
262                                     <instructions>
263                                         <Bundle-SymbolicName>org.apache.commons.compress</Bundle-SymbolicName>
264                                     </instructions>
265                                 </artifact>
266                                 <artifact>
267                                     <id>commons-lang:commons-lang:${commons-lang.version}</id>
268                                     <source>true</source>
269                                 </artifact>
270                                 <artifact>
271                                     <!-- Needed by Apache POI 3.15 -->
272                                     <id>commons-logging:commons-logging:${commons-logging.version}</id>
273                                     <source>true</source>
274                                 </artifact>
275                                 <artifact>
276                                     <id>commons-io:commons-io:${commons-io.version}</id>
277                                     <source>true</source>
278                                 </artifact>
279                                 <artifact>
280                                     <id>org.apache.commons:commons-math3:${commons-math.version}</id>
281                                     <source>true</source>
282                                 </artifact>
283
284                                 <artifact>
285                                     <id>org.apache.pdfbox:pdfbox:${pdfbox.version}</id>
286                                     <source>true</source>
287                                 </artifact>
288                                 <artifact>
289                                     <id>org.apache.pdfbox:fontbox:${fontbox.version}</id>
290                                     <source>true</source>
291                                 </artifact>
292                                 <artifact>
293                                     <id>org.apache.pdfbox:xmpbox:${xmpbox.version}</id>
294                                     <source>true</source>
295                                 </artifact>
296                                 <!-- Needed by Apache POI 3.15, however these are included in third-party repository manually -->
297                                 <!--
298                                 <artifact>
299                                     <id>org.apache.xmlbeans:xmlbeans:2.6.0</id>
300                                     <source>true</source>
301                                 </artifact>
302                                 <artifact>
303                                     <id>com.github.virtuald:curvesapi:1.04</id>
304                                     <source>true</source>
305                                 </artifact>
306                                 -->
307                                 <artifact>
308                                     <id>log4j:log4j:${log4j.version}</id>
309                                     <source>true</source>
310                                     <override>true</override>
311                                     <instructions>
312                                         <Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>
313                                     </instructions>
314                                 </artifact>
315                                 <artifact>
316                                     <id>net.sf.ucanaccess:ucanaccess:${ucanaccess.version}</id>
317                                     <source>true</source>
318                                     <instructions>
319                                         <Bundle-SymbolicName>net.ucanaccess</Bundle-SymbolicName>
320                                     </instructions>
321                                 </artifact>
322                                 <artifact>
323                                     <id>it.unimi.dsi:fastutil:${fastutil.version}</id>
324                                     <source>true</source>
325                                 </artifact>
326                                 <artifact>
327                                     <id>net.sf.trove4j:trove4j:${trove4j.version}</id>
328                                     <source>true</source>
329                                     <instructions>
330                                         <Bundle-Name>GNU Trove 3</Bundle-Name>
331                                         <Bundle-SymbolicName>gnu.trove3</Bundle-SymbolicName>
332                                     </instructions>
333                                 </artifact>
334                                 <artifact>
335                                     <id>org.freemarker:freemarker:${freemarker.version}</id>
336                                     <source>true</source>
337                                     <override>true</override>
338                                     <instructions>
339                                         <Bundle-SymbolicName>freemarker</Bundle-SymbolicName>
340                                     </instructions>
341                                 </artifact>
342                                 <artifact>
343                                     <id>com.lowagie:itext:${itext.version}</id>
344                                     <source>true</source>
345                                     <instructions>
346                                         <Bundle-SymbolicName>com.lowagie.text</Bundle-SymbolicName>
347                                         <Bundle-Version>${itext.version.actual}</Bundle-Version>
348                                     </instructions>
349                                 </artifact>
350                                 <artifact>
351                                     <id>org.mozilla:rhino:${rhino.version}</id>
352                                     <source>true</source>
353                                 </artifact>
354                                 <artifact>
355                                     <id>javax.servlet:javax.servlet-api:${javax.version}</id>
356                                     <source>true</source>
357                                 </artifact>
358                                 <artifact>
359                                     <id>com.fasterxml.jackson.core:jackson-core:${jackson.version}</id>
360                                     <source>true</source>
361                                 </artifact>
362                                 <artifact>
363                                     <id>com.fasterxml.jackson.core:jackson-annotations:${jackson.version}</id>
364                                     <source>true</source>
365                                 </artifact>
366                                 <artifact>
367                                     <id>com.fasterxml.jackson.core:jackson-databind:${jackson.version}</id>
368                                     <source>true</source>
369                                     <excludes>
370                                         <exclude>com.fasterxml.jackson.*</exclude>
371                                     </excludes>
372                                 </artifact>
373                                 <artifact>
374                                     <id>com.fasterxml.jackson.dataformat:jackson-dataformat-csv:${jackson.version}</id>
375                                     <source>true</source>
376                                     <excludes>
377                                         <exclude>com.fasterxml.jackson.*</exclude>
378                                     </excludes>
379                                 </artifact>
380                                 <artifact>
381                                     <id>com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson.version}</id>
382                                     <source>true</source>
383                                     <excludes>
384                                         <exclude>com.fasterxml.jackson.*</exclude>
385                                     </excludes>
386                                 </artifact>
387                                 <artifact>
388                                     <id>com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jackson.version}</id>
389                                     <source>true</source>
390                                     <excludes>
391                                         <exclude>com.fasterxml.jackson.*</exclude>
392                                     </excludes>
393                                 </artifact>
394                                 <artifact>
395                                     <id>com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:${jackson.version}</id>
396                                     <source>true</source>
397                                     <excludes>
398                                         <exclude>com.fasterxml.jackson.*</exclude>
399                                     </excludes>
400                                 </artifact>
401                                 <artifact>
402                                     <id>com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${jackson.version}</id>
403                                     <source>true</source>
404                                     <excludes>
405                                         <exclude>com.fasterxml.jackson.*</exclude>
406                                     </excludes>
407                                 </artifact>
408                                 <artifact>
409                                     <id>com.fasterxml.jackson.module:jackson-module-jaxb-annotations:${jackson.version}</id>
410                                     <source>true</source>
411                                     <excludes>
412                                         <exclude>com.fasterxml.jackson.*</exclude>
413                                     </excludes>
414                                 </artifact>
415                                 <artifact>
416                                     <id>org.slf4j:slf4j-api:${slf4j.version}</id>
417                                     <source>true</source>
418                                     <override>true</override>
419                                     <instructions>
420                                         <Bundle-Name>SLF4J API Module</Bundle-Name>
421                                         <Bundle-Version>${slf4j.version.actual}</Bundle-Version>
422                                         <Bundle-SymbolicName>org.slf4j.api</Bundle-SymbolicName>
423                                         <Export-Package>*;version=${slf4j.version}</Export-Package>
424                                     </instructions>
425                                 </artifact>
426                                 <artifact>
427                                     <id>ch.qos.logback:logback-classic:${logback-classic.version}</id>
428                                     <source>true</source>
429                                     <override>true</override>
430                                 </artifact>
431                                 <artifact>
432                                     <id>com.koloboke:koloboke-compile:${koloboke-compile.version}</id>
433                                     <source>true</source>
434                                 </artifact>
435                                 <artifact>
436                                     <id>com.koloboke:koloboke-impl-common-jdk8:${koloboke-impl-common-jdk8.version}</id>
437                                     <source>true</source>
438                                 </artifact>
439                                 <artifact>
440                                     <id>com.esotericsoftware:kryo:${kryo.version}</id>
441                                     <source>true</source>
442                                 </artifact>
443                                  <artifact>
444                                      <id>org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:${org.apache.aries.spifly.dynamic.bundle.version}</id>
445                                      <source>true</source>
446                                  </artifact>
447                                 <artifact>
448                                     <id>org.glassfish.jersey.core:jersey-server:${jersey.version}</id>
449                                     <source>true</source>
450                                 </artifact>
451                                 <artifact>
452                                     <id>org.glassfish.jersey.core:jersey-client:${jersey.version}</id>
453                                     <source>true</source>
454                                 </artifact>
455                                 <artifact>
456                                     <id>org.glassfish.jersey.media:jersey-media-multipart:${jersey.version}</id>
457                                     <source>true</source>
458                                 </artifact>
459                                 <artifact>
460                                     <id>org.glassfish.jersey.media:jersey-media-json-jackson:${jersey.version}</id>
461                                     <source>true</source>
462                                     <excludes>
463                                         <exclude>com.fasterxml.jackson.*</exclude>
464                                     </excludes>
465                                 </artifact>
466                                 <artifact>
467                                     <id>org.glassfish.jersey.containers:jersey-container-servlet-core:${jersey.version}</id>
468                                     <source>true</source>
469                                 </artifact>
470                                 <artifact>
471                                     <id>org.jboss.windup.decompiler:decompiler-procyon:${decompiler-procyon.version}</id>
472                                     <source>true</source>
473                                 </artifact>
474                                 <artifact>
475                                     <id>org.jsoup:jsoup:${jsoup.version}</id>
476                                     <source>true</source>
477                                 </artifact>
478                                 <artifact>
479                                     <id>org.yaml:snakeyaml:${snakeyaml.version}</id>
480                                     <source>true</source>
481                                 </artifact>
482                                 <artifact>
483                                     <id>org.eclipse.jetty:jetty-servlets:${jetty945.version}</id>
484                                     <source>true</source>
485                                 </artifact>
486                                 <artifact>
487                                     <id>org.zeroturnaround:zt-exec:${zeroturnaround.version}</id>
488                                     <source>true</source>
489                                 </artifact>
490                                 <!-- Since 1.21.0 grpc, a manually set up plugin is provided in third-party repository.
491                                      Note: grpc-core, grpc-context, and grpc-stub (maybe others as well) must be bundled into same plug-in, since they contain split packages.
492                                      See:
493                                        * https://github.com/grpc/grpc-java/issues/2727
494                                        * https://github.com/grpc/grpc-java/issues/3522
495                                 <artifact>
496                                     <id>io.grpc:io.grpc:${grpc.version}</id>
497                                     <source>true</source>
498                                 </artifact>
499                                 <artifact>
500                                     <id>io.grpc:grpc-netty:${grpc.version}</id>
501                                     <source>true</source>
502                                     <override>true</override>
503                                     <instructions>
504                                         <Require-Bundle>
505                                              io.netty.buffer;bundle-version="4.1.27",
506                                              io.netty.codec;bundle-version="4.1.27",
507                                              io.netty.codec-http;bundle-version="4.1.27",
508                                              io.netty.codec-http2;bundle-version="4.1.27",
509                                              io.netty.codec-socks;bundle-version="4.1.27",
510                                              io.netty.common;bundle-version="4.1.27",
511                                              io.netty.handler;bundle-version="4.1.27",
512                                              io.netty.handler-proxy;bundle-version="4.1.27",
513                                              io.netty.resolver;bundle-version="4.1.27",
514                                              io.netty.transport;bundle-version="4.1.27",
515                                              io.grpc
516                                         </Require-Bundle>
517                                         <Import-Package>!io.netty.*,*;resolution:=optional</Import-Package>
518                                         <Require-Capability>
519                                             osgi.extender;
520                                                 filter:="(osgi.extender=osgi.serviceloader.registrar)"
521                                         </Require-Capability>
522                                         <Provide-Capability>
523                                             osgi.serviceloader;
524                                                 osgi.serviceloader=io.grpc.ServerProvider,
525                                             osgi.serviceloader;
526                                                 osgi.serviceloader=io.grpc.ManagedChannelProvider
527                                         </Provide-Capability>
528                                         <Bundle-Version>${grpc.version.actual}</Bundle-Version>
529                                     </instructions>
530                                 </artifact>
531                                 <artifact>
532                                     <id>com.google.protobuf:protobuf-java:${protobuf.version}</id>
533                                     <source>true</source>
534                                     <override>true</override>
535                                     <instructions>
536                                         <Import-Package>!sun.misc.*,*;resolution:=optional</Import-Package>
537                                     </instructions>
538                                 </artifact>
539                                 -->
540                                 <!-- grpc 1.21.0 dependencies -->
541                                 <artifact>
542                                     <id>io.opencensus:opencensus-api:0.21.0</id>
543                                     <source>true</source>
544                                 </artifact>
545                                 <artifact>
546                                     <id>com.google.code.gson:gson:2.7</id>
547                                     <source>true</source>
548                                 </artifact>
549                                 <artifact>
550                                     <id>com.google.android:annotations:4.1.1.4</id>
551                                     <source>true</source>
552                                 </artifact>
553                                 <artifact>
554                                     <id>io.opencensus:opencensus-contrib-grpc-metrics:0.21.0</id>
555                                     <source>true</source>
556                                 </artifact>
557                                 <artifact>
558                                     <id>com.google.protobuf:protobuf-java:${protobuf.version}</id>
559                                     <source>true</source>
560                                 </artifact>
561                                 <artifact>
562                                     <id>com.google.api.grpc:proto-google-common-protos:1.12.0</id>
563                                     <source>true</source>
564                                 </artifact>
565                                 <artifact>
566                                     <id>com.google.errorprone:error_prone_annotations:2.3.2</id>
567                                     <source>true</source>
568                                 </artifact>
569
570                                 <!-- Netty is needed by com.impossibl.pgjdbc-ng:pgjdbc-ng:0.7.1 -->
571                                 <artifact>
572                                     <id>io.netty:netty-buffer:${netty.version}</id>
573                                     <source>true</source>
574                                     <transitive>true</transitive>
575                                 </artifact>
576                                 <artifact>
577                                     <id>io.netty:netty-codec:${netty.version}</id>
578                                     <source>true</source>
579                                     <transitive>true</transitive>
580                                 </artifact>
581                                 <artifact>
582                                     <id>io.netty:netty-codec-http:${netty.version}</id>
583                                     <source>true</source>
584                                     <transitive>true</transitive>
585                                 </artifact>
586                                 <artifact>
587                                     <id>io.netty:netty-codec-http2:${netty.version}</id>
588                                     <source>true</source>
589                                     <transitive>true</transitive>
590                                 </artifact>
591                                 <artifact>
592                                     <id>io.netty:netty-codec-socks:${netty.version}</id>
593                                     <source>true</source>
594                                     <transitive>true</transitive>
595                                 </artifact>
596                                 <artifact>
597                                     <id>io.netty:netty-common:${netty.version}</id>
598                                     <source>true</source>
599                                     <transitive>true</transitive>
600                                 </artifact>
601                                 <artifact>
602                                     <id>io.netty:netty-handler:${netty.version}</id>
603                                     <source>true</source>
604                                     <transitive>true</transitive>
605                                 </artifact>
606                                 <artifact>
607                                     <id>io.netty:netty-handler-proxy:${netty.version}</id>
608                                     <source>true</source>
609                                     <transitive>true</transitive>
610                                 </artifact>
611                                 <artifact>
612                                     <id>io.netty:netty-resolver:${netty.version}</id>
613                                     <source>true</source>
614                                     <transitive>true</transitive>
615                                 </artifact>
616                                 <artifact>
617                                     <id>io.netty:netty-transport:${netty.version}</id>
618                                     <source>true</source>
619                                     <transitive>true</transitive>
620                                 </artifact>
621                                 <artifact>
622                                     <id>com.impossibl.pgjdbc-ng:pgjdbc-ng:${pgjdbc-ng.version}</id>
623                                     <source>true</source>
624                                     <transitive>false</transitive>
625                                 </artifact>
626                                 <artifact>
627                                     <id>com.github.ben-manes.caffeine:caffeine:${caffeine.version}</id>
628                                     <source>true</source>
629                                     <override>true</override>
630                                     <instructions>
631                                         <Bundle-SymbolicName>com.github.benmanes.caffeine</Bundle-SymbolicName>
632                                     </instructions>
633                                 </artifact>
634                                 <artifact>
635                                     <id>net.jcip:jcip-annotations:${jcip-annotations.version}</id>
636                                     <source>true</source>
637                                 </artifact>
638                                 <artifact>
639                                     <id>com.influxdb:influxdb-client-java:${influxdb.client.version}</id>
640                                     <source>true</source>
641                                 </artifact>
642                             </artifacts>
643                         </configuration>
644                     </execution>
645                 </executions>
646             </plugin>
647
648             <plugin>
649                 <groupId>org.mortbay.jetty</groupId>
650                 <artifactId>jetty-maven-plugin</artifactId>
651                 <version>8.1.5.v20120716</version>
652                 <configuration>
653                     <scanIntervalSeconds>10</scanIntervalSeconds>
654                     <webAppSourceDirectory>${basedir}/target/repository/</webAppSourceDirectory>
655                     <webApp>
656                         <contextPath>/site</contextPath>
657                     </webApp>
658                 </configuration>
659             </plugin>
660         </plugins>
661     </build>
662
663 </project>