|
25 | 25 | <groupId>org.silverpeas.jcr</groupId>
|
26 | 26 | <artifactId>jackrabbit-jca</artifactId>
|
27 | 27 | <packaging>rar</packaging>
|
28 |
| - <version>2.20.4-SNAPSHOT</version> |
| 28 | + <version>2.20.5-SNAPSHOT</version> |
29 | 29 | <name>Jackrabbit JCA Resource Adapter</name>
|
30 | 30 | <url>https://www.silverpeas.org</url>
|
31 | 31 |
|
|
76 | 76 |
|
77 | 77 | <properties>
|
78 | 78 | <!-- 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> |
80 | 80 | <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> |
83 | 83 | <silverpeas-jca.version>1.4</silverpeas-jca.version>
|
84 | 84 | </properties>
|
85 | 85 |
|
|
144 | 144 | <exclusions>
|
145 | 145 | <exclusion>
|
146 | 146 | <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> |
152 | 148 | </exclusion>
|
153 | 149 | <exclusion>
|
154 | 150 | <groupId>org.apache.derby</groupId>
|
155 | 151 | <artifactId>derby</artifactId>
|
156 | 152 | </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> |
169 | 153 | <exclusion>
|
170 | 154 | <groupId>org.slf4j</groupId>
|
171 | 155 | <artifactId>slf4j-api</artifactId>
|
|
185 | 169 | <groupId>org.apache.tika</groupId>
|
186 | 170 | <artifactId>tika-core</artifactId>
|
187 | 171 | </exclusion>
|
| 172 | + <exclusion> |
| 173 | + <groupId>commons-collections</groupId> |
| 174 | + <artifactId>commons-collections</artifactId> |
| 175 | + </exclusion> |
188 | 176 | <exclusion>
|
189 | 177 | <groupId>commons-fileupload</groupId>
|
190 | 178 | <artifactId>commons-fileupload</artifactId>
|
|
220 | 208 | </dependency>
|
221 | 209 | <dependency>
|
222 | 210 | <groupId>org.apache.tika</groupId>
|
223 |
| - <artifactId>tika-parsers</artifactId> |
| 211 | + <artifactId>tika-parsers-standard-package</artifactId> |
224 | 212 | <version>${tika.version}</version>
|
225 | 213 | <exclusions>
|
226 | 214 | <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> |
237 | 217 | </exclusion>
|
238 | 218 | <exclusion>
|
239 |
| - <groupId>org.apache.commons</groupId> |
240 |
| - <artifactId>commons-lang3</artifactId> |
| 219 | + <groupId>org.slf4j</groupId> |
| 220 | + <artifactId>slf4j-api</artifactId> |
241 | 221 | </exclusion>
|
242 | 222 | <exclusion>
|
243 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
244 |
| - <artifactId>jackson-core</artifactId> |
| 223 | + <groupId>org.slf4j</groupId> |
| 224 | + <artifactId>jul-to-slf4j </artifactId> |
245 | 225 | </exclusion>
|
246 | 226 | <exclusion>
|
247 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
248 |
| - <artifactId>jackson-databind</artifactId> |
| 227 | + <groupId>org.slf4j</groupId> |
| 228 | + <artifactId>jcl-over-slf4j</artifactId> |
249 | 229 | </exclusion>
|
250 | 230 | <exclusion>
|
251 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
252 |
| - <artifactId>jackson-annotations</artifactId> |
| 231 | + <groupId>de.l3s.boilerpipe</groupId> |
| 232 | + <artifactId>boilerpipe</artifactId> |
253 | 233 | </exclusion>
|
254 | 234 | <exclusion>
|
255 |
| - <groupId>javax.annotation</groupId> |
256 |
| - <artifactId>javax.annotation-api</artifactId> |
| 235 | + <groupId>com.drewnoakes</groupId> |
| 236 | + <artifactId>metadata-extractor</artifactId> |
257 | 237 | </exclusion>
|
258 | 238 | <exclusion>
|
259 |
| - <groupId>com.sun.activation</groupId> |
260 |
| - <artifactId>javax.activation</artifactId> |
| 239 | + <groupId>org.apache.commons</groupId> |
| 240 | + <artifactId>commons-lang3</artifactId> |
261 | 241 | </exclusion>
|
262 | 242 | <exclusion>
|
263 | 243 | <groupId>org.glassfish.jaxb</groupId>
|
264 | 244 | <artifactId>jaxb-runtime</artifactId>
|
265 | 245 | </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> |
282 | 246 | </exclusions>
|
283 | 247 | </dependency>
|
| 248 | + <dependency> |
| 249 | + <groupId>com.drewnoakes</groupId> |
| 250 | + <artifactId>metadata-extractor</artifactId> |
| 251 | + <version>2.18.0</version> |
| 252 | + </dependency> |
284 | 253 | </dependencies>
|
285 | 254 |
|
286 | 255 | <profiles>
|
|
0 commit comments