4
4
>
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.opensextant</groupId >
7
- <version >3.0</version >
7
+ <version >3.0.3 </version >
8
8
<name >XText</name >
9
9
<artifactId >opensextant-xponents-xtext</artifactId >
10
10
<description >Content extraction simplified! Retrieve text, data and metadata from binary documents using Tika and similar toolkits</description >
39
39
<dependency >
40
40
<groupId >org.opensextant</groupId >
41
41
<artifactId >opensextant-xponents</artifactId >
42
- <version >3.0</version >
42
+ <version >3.0.3 </version >
43
43
<exclusions >
44
44
<exclusion >
45
45
<groupId >org.opensextant</groupId >
84
84
<artifactId >java-getopt</artifactId >
85
85
<version >1.0.13</version >
86
86
</dependency >
87
+ <!--
87
88
<dependency>
88
89
<groupId>org.apache.poi</groupId>
89
90
<artifactId>poi</artifactId>
90
91
<version>${poi.version}</version>
91
92
<scope>runtime</scope>
92
93
</dependency>
94
+ -->
93
95
<!-- Override JSON-lib use of old commons-lang 2.5 -->
94
96
<dependency >
95
97
<groupId >commons-lang</groupId >
150
152
<dependency >
151
153
<groupId >org.apache.tika</groupId >
152
154
<artifactId >tika-core</artifactId >
153
- <version >1.17 </version >
155
+ <version >1.18 </version >
154
156
</dependency >
155
157
<dependency >
156
158
<groupId >org.apache.tika</groupId >
157
159
<artifactId >tika-parsers</artifactId >
158
- <version >1.17 </version >
160
+ <version >1.18 </version >
159
161
<exclusions >
160
162
<exclusion >
161
163
<groupId >org.apache.sis.storage</groupId >
617
619
<url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
618
620
</repository >
619
621
</distributionManagement >
620
- </project >
622
+ </project >
0 commit comments