Merge branch 'rakor' into dev_zhangke
This commit is contained in:
commit
2ba1608ecf
|
|
@ -42,6 +42,10 @@
|
||||||
<groupId>org.ttzero</groupId>
|
<groupId>org.ttzero</groupId>
|
||||||
<artifactId>eec</artifactId>
|
<artifactId>eec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ttzero</groupId>
|
||||||
|
<artifactId>eec-e3-support</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>jakarta.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
|
|
|
||||||
7
pom.xml
7
pom.xml
|
|
@ -41,7 +41,7 @@
|
||||||
<oss.version>3.17.4</oss.version>
|
<oss.version>3.17.4</oss.version>
|
||||||
<minio.version>8.5.17</minio.version>
|
<minio.version>8.5.17</minio.version>
|
||||||
<spring-boot-starter-actuator.version>3.4.0</spring-boot-starter-actuator.version>
|
<spring-boot-starter-actuator.version>3.4.0</spring-boot-starter-actuator.version>
|
||||||
<eec.version>0.5.24</eec.version>
|
<eec.version>0.5.25</eec.version>
|
||||||
<cglib.version>3.3.0</cglib.version>
|
<cglib.version>3.3.0</cglib.version>
|
||||||
<powerjob.version>5.1.1</powerjob.version>
|
<powerjob.version>5.1.1</powerjob.version>
|
||||||
<zxing.version>3.5.3</zxing.version>
|
<zxing.version>3.5.3</zxing.version>
|
||||||
|
|
@ -151,6 +151,11 @@
|
||||||
<artifactId>eec</artifactId>
|
<artifactId>eec</artifactId>
|
||||||
<version>${eec.version}</version>
|
<version>${eec.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ttzero</groupId>
|
||||||
|
<artifactId>eec-e3-support</artifactId>
|
||||||
|
<version>${eec.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cglib</groupId>
|
<groupId>cglib</groupId>
|
||||||
<artifactId>cglib</artifactId>
|
<artifactId>cglib</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue