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