forked from pentaho/pentaho-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
387 lines (384 loc) · 15.7 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
</parent>
<groupId>pentaho</groupId>
<artifactId>pentaho-platform-ce-parent</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Pentaho BI Platform Community Edition</name>
<description>Parent pom for pentaho-platform projects</description>
<url>http://www.pentaho.com</url>
<scm>
<connection>scm:git:[email protected]:pentaho/pentaho-platform.git</connection>
<developerConnection>scm:git:[email protected]:pentaho/pentaho-platform.git</developerConnection>
<url>https://github.com/pentaho/pentaho-platform</url>
</scm>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<urlrewrite.version>3.2.0</urlrewrite.version>
<jsr305.version>1.3.9</jsr305.version>
<aopalliance.version>1.0</aopalliance.version>
<jmock.version>2.5.1</jmock.version>
<ftp4che.version>0.7.1</ftp4che.version>
<mvel2.version>2.0.10</mvel2.version>
<xbean-spring.version>2.7</xbean-spring.version>
<jaxrpc-api.version>1.1</jaxrpc-api.version>
<axiom.version>1.2.8</axiom.version>
<infobright-core.version>3.4</infobright-core.version>
<sassyreader.version>0.5</sassyreader.version>
<activation.version>1.1</activation.version>
<enunciate-jersey-rt.version>1.27</enunciate-jersey-rt.version>
<pentaho-json.version>9.1.0.0-SNAPSHOT</pentaho-json.version>
<poi.version>3.17</poi.version>
<bsh.version>1.3.0</bsh.version>
<groovy-all.version>2.4.8</groovy-all.version>
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<license.current.year>2018</license.current.year>
<jboss-modules.version>1.4.3.Final</jboss-modules.version>
<jsp-api.version>2.1</jsp-api.version>
<castor.version>1.4.1</castor.version>
<kfs.version>0.3</kfs.version>
<jersey.version>1.19.1</jersey.version>
<LucidDbClient-minimal.version>0.9.4</LucidDbClient-minimal.version>
<knowledge-api.version>6.4.0.Final</knowledge-api.version>
<wsdl4j.version>1.6.2</wsdl4j.version>
<asm-attrs.version>2.2.3</asm-attrs.version>
<mstor.version>0.9.13</mstor.version>
<hibernate-commons-annotations.version>3.2.0.Final</hibernate-commons-annotations.version>
<mina-core.version>2.0.0-M6</mina-core.version>
<jettison.version>1.2</jettison.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<javax.inject.version>1</javax.inject.version>
<pentaho-vfs.version>1.0</pentaho-vfs.version>
<js.version>1.7R3</js.version>
<wstx-asl.version>3.2.4</wstx-asl.version>
<icu4j.version>54.1.1</icu4j.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<gdata-analytics-meta.version>2.1</gdata-analytics-meta.version>
<syslog4j.version>0.9.46</syslog4j.version>
<janino.version>2.5.16</janino.version>
<bean-matchers.version>0.9</bean-matchers.version>
<json-simple.version>1.1</json-simple.version>
<axis2.version>1.5</axis2.version>
<mimepull.version>1.9.3</mimepull.version>
<shared.version>0.9.15</shared.version>
<modelVersion>4.0.0</modelVersion>
<barcode4j.version>2.0</barcode4j.version>
<snakeyaml.version>1.7</snakeyaml.version>
<commons-validator.version>1.3.1</commons-validator.version>
<nekohtml.version>1.9.15</nekohtml.version>
<aspectjweaver.version>1.7.2</aspectjweaver.version>
<jmockit.version>1.8</jmockit.version>
<ognl.version>2.6.9</ognl.version>
<oro.version>2.0.8</oro.version>
<mockrunner-servlet.version>0.3.7</mockrunner-servlet.version>
<feed4j.version>1.0</feed4j.version>
<jackcess.version>1.2.6</jackcess.version>
<portlet-api.version>2.0</portlet-api.version>
<commands.version>3.3.0-I20070605-0010</commands.version>
<jaxb-api.version>2.2.2</jaxb-api.version>
<stax-api.version>1.0-2</stax-api.version>
<jai_core.version>1.1.2</jai_core.version>
<simple-jndi.version>1.0.2</simple-jndi.version>
<mdrjdbc.version>1.4.2</mdrjdbc.version>
<hamcrest-core.version>1.3</hamcrest-core.version>
<servlet-api.version>2.5</servlet-api.version>
<joda-time.version>2.10.2</joda-time.version>
<hibernate-validator.version>4.2.0.Final</hibernate-validator.version>
<hibernate-ehcache.version>3.6.0.Final</hibernate-ehcache.version>
<jaybird.version>2.1.6</jaybird.version>
<resolver.version>20050927</resolver.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-io.version>2.1</commons-io.version>
<commons-jxpath.version>1.2</commons-jxpath.version>
<maven-surefire-plugin.reuseForks>false</maven-surefire-plugin.reuseForks>
<mysql-connector-java.version>5.1.17</mysql-connector-java.version>
<sapdbc.version>7.4.4</sapdbc.version>
<jcr.version>2.0</jcr.version>
<aspectjrt.version>1.6.6</aspectjrt.version>
<bsf.version>2.4.0</bsf.version>
<lucene-core.version>3.6.0</lucene-core.version>
<georss-rome.version>0.9.8</georss-rome.version>
<jmock-junit4.version>2.5.1</jmock-junit4.version>
<commons-codec.version>1.9</commons-codec.version>
<commons-lang.version>2.6</commons-lang.version>
<jmi.version>200507110943</jmi.version>
<pentaho-concurrent.version>1.0.0</pentaho-concurrent.version>
<xmlunit.version>1.6</xmlunit.version>
<se-jcr.version>0.9</se-jcr.version>
<secondstring.version>20060615</secondstring.version>
<pentaho-cwm.version>1.5.4</pentaho-cwm.version>
<trilead-ssh2.version>build213</trilead-ssh2.version>
<xmlbeans.version>2.6.0</xmlbeans.version>
<saaj.version>1.3</saaj.version>
<fontbox.version>0.1.0</fontbox.version>
<ldapjdk.version>20000524</ldapjdk.version>
<weka.version>3.8.0.1</weka.version>
<annogen.version>0.1.0</annogen.version>
<jcifs.version>1.3.3</jcifs.version>
<persistence-api.version>1.0</persistence-api.version>
<validation-api.version>1.0.0.GA</validation-api.version>
<avalon.version>4.1.5</avalon.version>
<jta.version>1.1</jta.version>
<jdom.version>1.0</jdom.version>
<jxl.version>2.6.12</jxl.version>
<soap.version>2.3</soap.version>
<jakarta-regexp.version>1.2</jakarta-regexp.version>
<geronimo-stax-api_1.0_spec.version>1.0.1</geronimo-stax-api_1.0_spec.version>
<XmlSchema.version>1.4.2</XmlSchema.version>
<mail.version>1.6.1</mail.version>
<sjsxp.version>1.0</sjsxp.version>
<mdrapi.version>200507110943</mdrapi.version>
<stax-ex.version>1.0</stax-ex.version>
<jsr311-api.version>1.1.1</jsr311-api.version>
<rsyntaxtextarea.version>1.3.2</rsyntaxtextarea.version>
<license.fail.if.missing>false</license.fail.if.missing>
<webservices.version>2.3.1</webservices.version>
<wadl-resourcedoc-doclet.version>1.19.1</wadl-resourcedoc-doclet.version>
<gwt-servlet.version>2.5.1</gwt-servlet.version>
<asm.version>3.1</asm.version>
<quartz-oracle.version>1.7.2</quartz-oracle.version>
<edtftpj.version>2.1.0</edtftpj.version>
<jzlib.version>1.0.7</jzlib.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<junit.version>4.12</junit.version>
<mockrunner.version>0.3.1</mockrunner.version>
<jempbox.version>0.2.0</jempbox.version>
<json-unit.version>1.5.5</json-unit.version>
<ini4j.version>0.5.1</ini4j.version>
<scannotation.version>1.0.2</scannotation.version>
<javadbf.version>20081125</javadbf.version>
<gdata-client-meta.version>1.0</gdata-client-meta.version>
<owasp.encoder.version>1.2</owasp.encoder.version>
<powermock.version>1.6.3</powermock.version>
<ehcache-core.version>2.5.1</ehcache-core.version>
<mockito-core.version>1.10.19</mockito-core.version>
<apacheds.version>1.5.5</apacheds.version>
<jcommon.version>1.0.16</jcommon.version>
<drools.version>6.4.0.Final</drools.version>
<snmp4j.version>1.9.3d</snmp4j.version>
<batik.version>1.9.1</batik.version>
<itext.version>2.1.7</itext.version>
<mondrian.version>9.1.0.0-SNAPSHOT</mondrian.version>
<mockito-all.version>1.10.19</mockito-all.version>
<wsdl4j-qname.version>1.6.1</wsdl4j-qname.version>
<rome.version>1.0</rome.version>
<javatar.version>2.5</javatar.version>
<jfreechart.version>1.0.13</jfreechart.version>
<monetdb-jdbc.version>2.8</monetdb-jdbc.version>
<taglibs-standard-impl.version>1.2.5</taglibs-standard-impl.version>
<sqlite-jdbc.version>3.7.2</sqlite-jdbc.version>
<commons-collections4.version>4.1</commons-collections4.version>
<gdata-client.version>1.41.4</gdata-client.version>
<jsonpath.version>1.0</jsonpath.version>
<odfdom-java.version>0.8.6</odfdom-java.version>
<commons-math.version>1.1</commons-math.version>
<hibernate-c3p0.version>3.6.9.Final</hibernate-c3p0.version>
<gdata-analytics.version>2.1</gdata-analytics.version>
<gdata-core.version>1.41.4</gdata-core.version>
<javassist.version>3.20.0-GA</javassist.version>
<grizzly.version>1.9.45</grizzly.version>
<jai_codec.version>1.1.2</jai_codec.version>
<json-path.version>0.8.1</json-path.version>
<saxon.version>9.1.0.8</saxon.version>
<guava.version>17.0</guava.version>
<dumbster.version>1.6.0</dumbster.version>
<bcprov-jdk14.version>138</bcprov-jdk14.version>
<commons-pool.version>1.5.7</commons-pool.version>
<jstl.version>1.2</jstl.version>
<jsch.version>0.1.54</jsch.version>
<jcommon-logging-log4jlog.version>1.0.2</jcommon-logging-log4jlog.version>
<h2.version>1.2.131</h2.version>
<commons-cli.version>1.2</commons-cli.version>
<license-maven-plugin.version>3.0</license-maven-plugin.version>
<commons-discovery.version>0.4</commons-discovery.version>
<commons-digester.version>1.8</commons-digester.version>
<hamcrest-library.version>1.3</hamcrest-library.version>
<xmlenc.version>0.52</xmlenc.version>
<jsendnsca.version>2.0.1</jsendnsca.version>
<neethi.version>2.0.1</neethi.version>
<bcmail.version>138</bcmail.version>
<barbecue.version>1.5-beta1</barbecue.version>
<jaxws-spring.version>1.8</jaxws-spring.version>
<snappy-java.version>1.1.0</snappy-java.version>
<antlr-complete.version>3.5.2</antlr-complete.version>
<hibernate-core.version>3.6.9.Final</hibernate-core.version>
<license.inception.year>2002</license.inception.year>
<commons-lang3.version>3.0</commons-lang3.version>
<jsr181-api.version>1.0-MR1</jsr181-api.version>
<ascsapjco3wrp.version>20100529</ascsapjco3wrp.version>
<testng.version>6.5.2</testng.version>
<cglib.version>2.2</cglib.version>
<maven-failsafe-plugin.reuseForks>false</maven-failsafe-plugin.reuseForks>
<jt400.version>6.1</jt400.version>
<sac.version>1.3</sac.version>
<quartz.version>1.7.2</quartz.version>
<hibernate-jpa-2.0-api.version>1.0.1.Final</hibernate-jpa-2.0-api.version>
<hsqldb.version>2.3.2</hsqldb.version>
<websocket-api.version>1.0</websocket-api.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin.version}</version>
<executions>
<execution>
<id>validate-src-license-header</id>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<failIfMissing>${license.fail.if.missing}</failIfMissing>
<header>${license.header.file}</header>
<headerDefinitions>
<headerDefinition>${license.header.definition.file}</headerDefinition>
</headerDefinitions>
<properties>
<project.inceptionYear>${license.inception.year}</project.inceptionYear>
<project.currentYear>${license.current.year}</project.currentYear>
</properties>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
<include>src/main/java/**</include>
<include>src/test/java/**</include>
<include>src/it/java/**</include>
<include>src/main/javascript/**</include>
<include>src/test/javascript/**</include>
</includes>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>platform-api</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>api</module>
</modules>
</profile>
<profile>
<id>platform-base</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>core</module>
<module>repository</module>
<module>scheduler</module>
<module>extensions</module>
</modules>
</profile>
<profile>
<id>platform-user-console</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>user-console</module>
<module>assemblies</module>
</modules>
</profile>
<profile>
<id>platform-assemble</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>assemblies</module>
</modules>
</profile>
<profile>
<id>aggregate-reporting</id>
<activation>
<property>
<name>!skipTests</name>
</property>
</activation>
<reporting>
<plugins>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<reportSets>
<reportSet>
<id>aggregate-jxr</id>
<reports>
<report>aggregate</report>
</reports>
<inherited>false</inherited>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<reportSets>
<reportSet>
<id>aggregate-javadoc</id>
<reports>
<report>aggregate</report>
</reports>
<inherited>false</inherited>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<reportSets>
<reportSet>
<id>aggregate-checkstyle</id>
<reports>
<report>checkstyle-aggregate</report>
</reports>
<inherited>false</inherited>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
<repositories>
<repository>
<id>pentaho-public</id>
<name>Pentaho Public</name>
<url>http://nexus.pentaho.org/content/groups/omni/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>interval:15</updatePolicy>
</snapshots>
</repository>
</repositories>
</project>