File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 25
25
<groupId >org.silverpeas.jcr</groupId >
26
26
<artifactId >jackrabbit-jca</artifactId >
27
27
<packaging >rar</packaging >
28
- <version >2.8.0 -SNAPSHOT</version >
28
+ <version >2.14.3 -SNAPSHOT</version >
29
29
<name >Jackrabbit JCA Resource Adapter</name >
30
30
<url >http://www.silverpeas.org</url >
31
31
76
76
77
77
<properties >
78
78
<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>
81
81
<silverpeas-jca .version>1.0-SNAPSHOT</silverpeas-jca .version>
82
82
</properties >
83
83
154
154
<artifactId >commons-fileupload</artifactId >
155
155
</exclusion >
156
156
<exclusion >
157
- <groupId >commons-httpclient </groupId >
158
- <artifactId >commons- httpclient</artifactId >
157
+ <groupId >org.apache.httpcomponents </groupId >
158
+ <artifactId >httpclient</artifactId >
159
159
</exclusion >
160
160
</exclusions >
161
161
</dependency >
196
196
<groupId >com.uwyn</groupId >
197
197
<artifactId >jhighlight</artifactId >
198
198
</exclusion >
199
+ <exclusion >
200
+ <groupId >org.apache.httpcomponents</groupId >
201
+ <artifactId >httpcore</artifactId >
202
+ </exclusion >
199
203
</exclusions >
200
204
</dependency >
205
+ <dependency >
206
+ <groupId >org.apache.httpcomponents</groupId >
207
+ <artifactId >httpclient</artifactId >
208
+ <version >4.5.3</version >
209
+ </dependency >
201
210
</dependencies >
202
211
203
212
<profiles >
You can’t perform that action at this time.
0 commit comments