Skip to content

Commit 9a3c675

Browse files
mmoquiSilverYoCha
authored andcommitted
Update the version of both Jackrabbit (to 2.14.3) and Tika (to 1.16)
Exclude the httpcomponents httpclient and httpcore from the transitive dependencies to have our own version of these dependencies.
1 parent 813895f commit 9a3c675

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

pom.xml

Lines changed: 14 additions & 5 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.8.0-SNAPSHOT</version>
28+
<version>2.14.3-SNAPSHOT</version>
2929
<name>Jackrabbit JCA Resource Adapter</name>
3030
<url>http://www.silverpeas.org</url>
3131

@@ -76,8 +76,8 @@
7676

7777
<properties>
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79-
<jackrabbit.version>2.8.0</jackrabbit.version>
80-
<tika.version>1.10</tika.version>
79+
<jackrabbit.version>2.14.3</jackrabbit.version>
80+
<tika.version>1.16</tika.version>
8181
<silverpeas-jca.version>1.0-SNAPSHOT</silverpeas-jca.version>
8282
</properties>
8383

@@ -154,8 +154,8 @@
154154
<artifactId>commons-fileupload</artifactId>
155155
</exclusion>
156156
<exclusion>
157-
<groupId>commons-httpclient</groupId>
158-
<artifactId>commons-httpclient</artifactId>
157+
<groupId>org.apache.httpcomponents</groupId>
158+
<artifactId>httpclient</artifactId>
159159
</exclusion>
160160
</exclusions>
161161
</dependency>
@@ -196,8 +196,17 @@
196196
<groupId>com.uwyn</groupId>
197197
<artifactId>jhighlight</artifactId>
198198
</exclusion>
199+
<exclusion>
200+
<groupId>org.apache.httpcomponents</groupId>
201+
<artifactId>httpcore</artifactId>
202+
</exclusion>
199203
</exclusions>
200204
</dependency>
205+
<dependency>
206+
<groupId>org.apache.httpcomponents</groupId>
207+
<artifactId>httpclient</artifactId>
208+
<version>4.5.3</version>
209+
</dependency>
201210
</dependencies>
202211

203212
<profiles>

0 commit comments

Comments
 (0)