Removed evo-inflector and added apache poi dependencies
This commit is contained in:
Francesco
2023-10-15 11:49:50 +02:00
parent 4e4a078952
commit d1e3106256

23
pom.xml
View File

@@ -87,19 +87,18 @@
</profile>
</profiles>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.atteo/evo-inflector -->
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-inflector</artifactId>
<version>1.3</version>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.tika/tika-parsers -->
<!-- <dependency> -->
<!-- <groupId>org.apache.tika</groupId> -->
<!-- <artifactId>tika-parsers</artifactId> -->
<!-- <version>2.9.0</version> -->
<!-- <type>pom</type> -->
<!-- </dependency> -->
<!-- https://mvnrepository.com/artifact/org.apache.tika/tika-core -->
<dependency>
@@ -107,8 +106,6 @@
<artifactId>tika-core</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>