File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3131 <auto-service .version>1.1.1</auto-service .version>
3232 <jhove .version>1.20.1</jhove .version>
3333 <poi .version>5.4.0</poi .version>
34- <tika .version>2.9.2 </tika .version>
34+ <tika .version>3.1.0 </tika .version>
3535 <netcdf .version>5.5.3</netcdf .version>
3636
3737 <openapi .infoTitle>Dataverse API</openapi .infoTitle>
6161 <groupId >org.apache.james</groupId >
6262 <artifactId >apache-mime4j-core</artifactId >
6363 </exclusion >
64+ <exclusion >
65+ <groupId >xerces</groupId >
66+ <artifactId >xercesImpl</artifactId >
67+ </exclusion >
6468 </exclusions >
6569 </dependency >
6670 <dependency >
102106 <artifactId >apache-mime4j-dom</artifactId >
103107 <version >0.8.7</version >
104108 </dependency >
109+ <dependency >
110+ <groupId >xerces</groupId >
111+ <artifactId >xercesImpl</artifactId >
112+ <version >2.12.2</version >
113+ </dependency >
105114 </dependencies >
106115 </dependencyManagement >
107116 <!-- Declare any DIRECT dependencies here.
506515 <dependency >
507516 <groupId >org.apache.commons</groupId >
508517 <artifactId >commons-csv</artifactId >
509- <version >1.2 </version >
518+ <version >1.14.0 </version >
510519 </dependency >
511520 <!-- OAuth2 authentication. -->
512521 <dependency >
You can’t perform that action at this time.
0 commit comments