mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-07-31 17:21:13 +00:00
pom.xml
Removed evo-inflector and added apache poi dependencies
This commit is contained in:
23
pom.xml
23
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user