简历读取基础逻辑添加以及用户语音配置信息字段添加
This commit is contained in:
30
pom.xml
30
pom.xml
@@ -28,7 +28,7 @@
|
||||
<oshi.version>6.8.2</oshi.version>
|
||||
<commons.io.version>2.19.0</commons.io.version>
|
||||
<commons.fileupload.version>1.6.0</commons.fileupload.version>
|
||||
<poi.version>4.1.2</poi.version>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<velocity.version>2.3</velocity.version>
|
||||
<jwt.version>0.9.1</jwt.version>
|
||||
<!-- override dependency version -->
|
||||
@@ -50,6 +50,9 @@
|
||||
<Java-WebSocket.version>1.5.4</Java-WebSocket.version>
|
||||
<twilio.version>10.1.1</twilio.version>
|
||||
|
||||
<apache.poi.version>5.2.3</apache.poi.version>
|
||||
<jsoup.version>1.16.1</jsoup.version>
|
||||
<tess4j.version>5.4.0</tess4j.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
@@ -319,6 +322,31 @@
|
||||
<version>${twilio.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.tess4j</groupId>
|
||||
<artifactId>tess4j</artifactId>
|
||||
<version>${tess4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Apache POI HWPF -->
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
<version>${apache.poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-scratchpad</artifactId>
|
||||
<version>${apache.poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>${jsoup.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user