Skip to content

Commit 6728737

Browse files
committed
Upgrade for Jackrabbit 2.20.5, for Tika 2.4.0, and for metadata-extractor 2.18.0
1 parent 0ce9f4b commit 6728737

File tree

1 file changed

+29
-60
lines changed

1 file changed

+29
-60
lines changed

pom.xml

Lines changed: 29 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.silverpeas.jcr</groupId>
2626
<artifactId>jackrabbit-jca</artifactId>
2727
<packaging>rar</packaging>
28-
<version>2.20.4-SNAPSHOT</version>
28+
<version>2.20.5-SNAPSHOT</version>
2929
<name>Jackrabbit JCA Resource Adapter</name>
3030
<url>https://www.silverpeas.org</url>
3131

@@ -76,10 +76,10 @@
7676

7777
<properties>
7878
<!-- property used by the CI to both deploy a build version and release the next stable version -->
79-
<next.release>2.20.4</next.release>
79+
<next.release>2.20.5</next.release>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81-
<jackrabbit.version>2.20.4</jackrabbit.version>
82-
<tika.version>1.28.1</tika.version>
81+
<jackrabbit.version>2.20.5</jackrabbit.version>
82+
<tika.version>2.4.0</tika.version>
8383
<silverpeas-jca.version>1.4</silverpeas-jca.version>
8484
</properties>
8585

@@ -144,28 +144,12 @@
144144
<exclusions>
145145
<exclusion>
146146
<groupId>org.apache.tika</groupId>
147-
<artifactId>tika-core</artifactId>
148-
</exclusion>
149-
<exclusion>
150-
<groupId>org.apache.tika</groupId>
151-
<artifactId>tika-parsers</artifactId>
147+
<artifactId>tika-parsers-standard-package</artifactId>
152148
</exclusion>
153149
<exclusion>
154150
<groupId>org.apache.derby</groupId>
155151
<artifactId>derby</artifactId>
156152
</exclusion>
157-
<exclusion>
158-
<groupId>org.apache.httpcomponents</groupId>
159-
<artifactId>httpcore</artifactId>
160-
</exclusion>
161-
<exclusion>
162-
<groupId>org.apache.httpcomponents</groupId>
163-
<artifactId>httpclient</artifactId>
164-
</exclusion>
165-
<exclusion>
166-
<groupId>org.apache.httpcomponents</groupId>
167-
<artifactId>httpmime</artifactId>
168-
</exclusion>
169153
<exclusion>
170154
<groupId>org.slf4j</groupId>
171155
<artifactId>slf4j-api</artifactId>
@@ -185,6 +169,10 @@
185169
<groupId>org.apache.tika</groupId>
186170
<artifactId>tika-core</artifactId>
187171
</exclusion>
172+
<exclusion>
173+
<groupId>commons-collections</groupId>
174+
<artifactId>commons-collections</artifactId>
175+
</exclusion>
188176
<exclusion>
189177
<groupId>commons-fileupload</groupId>
190178
<artifactId>commons-fileupload</artifactId>
@@ -220,67 +208,48 @@
220208
</dependency>
221209
<dependency>
222210
<groupId>org.apache.tika</groupId>
223-
<artifactId>tika-parsers</artifactId>
211+
<artifactId>tika-parsers-standard-package</artifactId>
224212
<version>${tika.version}</version>
225213
<exclusions>
226214
<exclusion>
227-
<groupId>com.rometools</groupId>
228-
<artifactId>rome</artifactId>
229-
</exclusion>
230-
<exclusion>
231-
<groupId>org.jdom</groupId>
232-
<artifactId>jdom2</artifactId>
233-
</exclusion>
234-
<exclusion>
235-
<groupId>de.l3s.boilerpipe</groupId>
236-
<artifactId>boilerpipe</artifactId>
215+
<groupId>org.apache.tika</groupId>
216+
<artifactId>tika-core</artifactId>
237217
</exclusion>
238218
<exclusion>
239-
<groupId>org.apache.commons</groupId>
240-
<artifactId>commons-lang3</artifactId>
219+
<groupId>org.slf4j</groupId>
220+
<artifactId>slf4j-api</artifactId>
241221
</exclusion>
242222
<exclusion>
243-
<groupId>com.fasterxml.jackson.core</groupId>
244-
<artifactId>jackson-core</artifactId>
223+
<groupId>org.slf4j</groupId>
224+
<artifactId>jul-to-slf4j </artifactId>
245225
</exclusion>
246226
<exclusion>
247-
<groupId>com.fasterxml.jackson.core</groupId>
248-
<artifactId>jackson-databind</artifactId>
227+
<groupId>org.slf4j</groupId>
228+
<artifactId>jcl-over-slf4j</artifactId>
249229
</exclusion>
250230
<exclusion>
251-
<groupId>com.fasterxml.jackson.core</groupId>
252-
<artifactId>jackson-annotations</artifactId>
231+
<groupId>de.l3s.boilerpipe</groupId>
232+
<artifactId>boilerpipe</artifactId>
253233
</exclusion>
254234
<exclusion>
255-
<groupId>javax.annotation</groupId>
256-
<artifactId>javax.annotation-api</artifactId>
235+
<groupId>com.drewnoakes</groupId>
236+
<artifactId>metadata-extractor</artifactId>
257237
</exclusion>
258238
<exclusion>
259-
<groupId>com.sun.activation</groupId>
260-
<artifactId>javax.activation</artifactId>
239+
<groupId>org.apache.commons</groupId>
240+
<artifactId>commons-lang3</artifactId>
261241
</exclusion>
262242
<exclusion>
263243
<groupId>org.glassfish.jaxb</groupId>
264244
<artifactId>jaxb-runtime</artifactId>
265245
</exclusion>
266-
<exclusion>
267-
<groupId>org.apache.cxf</groupId>
268-
<artifactId>cxf-rt-rs-client</artifactId>
269-
</exclusion>
270-
<exclusion>
271-
<groupId>org.slf4j</groupId>
272-
<artifactId>slf4j-api</artifactId>
273-
</exclusion>
274-
<exclusion>
275-
<groupId>org.slf4j</groupId>
276-
<artifactId>jul-to-slf4j </artifactId>
277-
</exclusion>
278-
<exclusion>
279-
<groupId>org.slf4j</groupId>
280-
<artifactId>jcl-over-slf4j</artifactId>
281-
</exclusion>
282246
</exclusions>
283247
</dependency>
248+
<dependency>
249+
<groupId>com.drewnoakes</groupId>
250+
<artifactId>metadata-extractor</artifactId>
251+
<version>2.18.0</version>
252+
</dependency>
284253
</dependencies>
285254

286255
<profiles>

0 commit comments

Comments
 (0)