From c6f2b7fb231ff48e39ec71bd1de0dfacc75fa59d Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: 星期三, 27 七月 2022 17:40:08 +0800
Subject: [PATCH] 工伤申报
---
pom.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index a755c62..ab9845d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
<mybatis.plus.version>3.5.2</mybatis.plus.version>
<poi.version>4.1.2</poi.version>
<com.alibaba.cloud.version>2.2.8.RELEASE</com.alibaba.cloud.version>
+ <jta.starter.version>2.7.1</jta.starter.version>
</properties>
<parent>
@@ -47,6 +48,11 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jta-atomikos</artifactId>
+ <version>${jta.starter.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -150,6 +156,10 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jta-atomikos</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
@@ -167,6 +177,11 @@
<version>${mybatisPlusStarter.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>${poi.version}</version>
+ </dependency>
<!-- redis连接 -->
<dependency>
--
Gitblit v1.9.2