-
Notifications
You must be signed in to change notification settings - Fork 128
/
pom.xml
272 lines (258 loc) · 11.1 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
<?xml version="1.0" encoding="UTF-8"?>
<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-parent-pom</artifactId>
<version>10.3.0.0-SNAPSHOT</version>
</parent>
<groupId>pentaho</groupId>
<artifactId>pentaho-karaf</artifactId>
<version>10.3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>features</module>
<module>pentaho-blueprint-activators</module>
<module>pentaho-osgi-config</module>
<module>assemblies</module>
<module>overrides</module>
</modules>
<properties>
<mongo.java.driver.version>3.12.10</mongo.java.driver.version>
<org.ehcache.version>1.0.0</org.ehcache.version>
<pdi-data-refinery-plugin.version>10.3.0.0-SNAPSHOT</pdi-data-refinery-plugin.version>
<pdi-plugins-ee.version>10.3.0.0-SNAPSHOT</pdi-plugins-ee.version>
<plugin.org.apache.maven.plugins.maven-clean-plugin.version>2.5
</plugin.org.apache.maven.plugins.maven-clean-plugin.version>
<pentaho-mongo-utils.version>10.3.0.0-SNAPSHOT</pentaho-mongo-utils.version>
<plugin.org.apache.maven.plugins.maven-resources-plugin.version>2.7
</plugin.org.apache.maven.plugins.maven-resources-plugin.version>
<package.features>true</package.features>
<commons.collections.version>3.2.2</commons.collections.version>
<com.tinkerpop.version>2.6.0</com.tinkerpop.version>
<eigenbase.properties.version>1.1.4</eigenbase.properties.version>
<eigenbase.resgen.version>1.3.6</eigenbase.resgen.version>
<olap4j.xmlaserver.version>1.2.0</olap4j.xmlaserver.version>
<failureaccess.version>1.0.1</failureaccess.version>
<jsr305.version>3.0.2</jsr305.version>
<jfree.jcommon.version>1.0.14</jfree.jcommon.version>
<pdi-monitoring-plugin.version>10.3.0.0-SNAPSHOT</pdi-monitoring-plugin.version>
<pentaho-metaverse.version>10.3.0.0-SNAPSHOT</pentaho-metaverse.version>
<commons.lang.version>2.6</commons.lang.version>
<pentaho-osgi-bundles.version>10.3.0.0-SNAPSHOT</pentaho-osgi-bundles.version>
<pdi.version>10.3.0.0-SNAPSHOT</pdi.version>
<pdi-dataservice-plugin.version>10.3.0.0-SNAPSHOT</pdi-dataservice-plugin.version>
<pdi-dataservice-client-plugin.version>10.3.0.0-SNAPSHOT</pdi-dataservice-client-plugin.version>
<eigenbase.xom.version>1.3.5</eigenbase.xom.version>
<spring53.bundle.version>5.3.3_1</spring53.bundle.version>
<spring43.bundle.version>4.3.23.RELEASE_1</spring43.bundle.version>
<spring32.bundle.version>3.2.18.RELEASE_1</spring32.bundle.version>
<pentaho-modeler.version>10.3.0.0-SNAPSHOT</pentaho-modeler.version>
<pentaho-json.version>10.3.0.0-SNAPSHOT</pentaho-json.version>
<pdi-osgi-bridge.version>10.3.0.0-SNAPSHOT</pdi-osgi-bridge.version>
<pentaho-connections.version>10.3.0.0-SNAPSHOT</pentaho-connections.version>
<analyzer-plugin.version>10.3.0.0-SNAPSHOT</analyzer-plugin.version>
<pentaho-mongodb-plugin.version>10.3.0.0-SNAPSHOT</pentaho-mongodb-plugin.version>
<com.github.zafarkhaja.version>0.9.0</com.github.zafarkhaja.version>
<json.simple.version>1.1.1</json.simple.version>
<net.sf.ehcache.version>2.8.3</net.sf.ehcache.version>
<net.java.dev.jna.version>5.12.0</net.java.dev.jna.version>
<icu4j.version>63.1</icu4j.version>
<javax.jms.version>1.1</javax.jms.version>
<jasypt.version>1.9.2_1</jasypt.version>
<big-data-plugin.version>10.3.0.0-SNAPSHOT</big-data-plugin.version>
<pentaho-marketplace-modules.version>10.3.0.0-SNAPSHOT</pentaho-marketplace-modules.version>
<pentaho-repository.version>10.3.0.0-SNAPSHOT</pentaho-repository.version>
<common-ui.version>10.3.0.0-SNAPSHOT</common-ui.version>
<pentaho-hadoop-shims-cdh514.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims-cdh514.version>
<pentaho-hadoop-shims-cdh61.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims-cdh61.version>
<pentaho-hadoop-shims-hdp26.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims-hdp26.version>
<pentaho-hadoop-shims-hdp30.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims-hdp30.version>
<pentaho-hadoop-shims-emr521.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims-emr521.version>
<pentaho-hadoop-shims.version>10.3.0.0-SNAPSHOT</pentaho-hadoop-shims.version>
<pax-keycloak.version>0.2.0</pax-keycloak.version>
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<jsp-api.version>2.3</jsp-api.version>
<servicemix.jaxrs-api.version>2.9.1</servicemix.jaxrs-api.version>
<http-features-override.version>4.2.7</http-features-override.version>
<!-- Karaf framework startup bundles' versions -->
<!-- karaf.version is in parent POM -->
<hv-patched-karaf-features-extension.version>${karaf.version}</hv-patched-karaf-features-extension.version>
<!-- pax-url-aether.version is in parent POM -->
<felix.metatype.version>1.2.4</felix.metatype.version>
<jansi.version>1.18</jansi.version>
<pax-logging.version>1.11.13</pax-logging.version>
<felix.coordinator.version>1.0.2</felix.coordinator.version>
<felix.configadmin.version>1.9.22</felix.configadmin.version>
<felix.fileinstall.version>3.7.4</felix.fileinstall.version>
<servicemix-spec.version>2.9.0</servicemix-spec.version>
<org.osgi.util.function>1.1.0</org.osgi.util.function>
<org.osgi.util.promise>1.1.1</org.osgi.util.promise>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>framework</artifactId>
<version>${karaf.version}</version>
<type>kar</type>
</dependency>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>standard</artifactId>
<classifier>features</classifier>
<version>${karaf.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>enterprise</artifactId>
<classifier>features</classifier>
<version>${karaf.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>apache-cxf</artifactId>
<classifier>features</classifier>
<version>${cxf.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho.karaf</groupId>
<artifactId>pentaho-karaf-overrides</artifactId>
<classifier>features</classifier>
<version>${project.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hitachivantara.karaf.features</groupId>
<artifactId>pentaho-karaf-features-standard</artifactId>
<classifier>features</classifier>
<version>${project.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hitachivantara.karaf.features</groupId>
<artifactId>pentaho-karaf-features-server</artifactId>
<classifier>features</classifier>
<version>${project.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>pentaho-karaf-features</groupId>
<artifactId>pentaho-big-data-plugin-osgi</artifactId>
<classifier>features</classifier>
<version>${big-data-plugin.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>pdi-marketplace</artifactId>
<classifier>features</classifier>
<version>${pentaho-marketplace-modules.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-marketplace</artifactId>
<classifier>features</classifier>
<version>${pentaho-marketplace-modules.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-requirejs-osgi-manager</artifactId>
<classifier>features</classifier>
<version>${pentaho-osgi-bundles.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho.webpackage</groupId>
<artifactId>pentaho-webpackage</artifactId>
<classifier>features</classifier>
<version>${pentaho-osgi-bundles.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-dataservice</artifactId>
<classifier>features</classifier>
<version>${pdi-dataservice-plugin.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-dataservice-legacy</artifactId>
<classifier>features</classifier>
<version>${pdi-dataservice-plugin.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.keycloak</groupId>
<artifactId>pax-keycloak-features</artifactId>
<classifier>features</classifier>
<version>${pax-keycloak.version}</version>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>common-ui-impl-client-config</artifactId>
<version>${common-ui.version}</version>
<classifier>configuration-bundle</classifier>
</dependency>
<!-- Shim/drivers dependencies -->
<dependency>
<groupId>org.pentaho.hadoop.shims</groupId>
<artifactId>pentaho-hadoop-shims-apache-kar</artifactId>
<version>${pentaho-hadoop-shims.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>pentaho-public</id>
<name>Pentaho Public</name>
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>interval:15</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>pentaho-public-plugins</id>
<name>Pentaho Public Plugins</name>
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>
</project>