pom
This commit is contained in:
parent
9648d48ae3
commit
41039810d6
|
|
@ -27,7 +27,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.chushang</groupId>
|
||||
<artifactId>chushang-common-excel</artifactId>
|
||||
<artifactId>chushang-common-office</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.chushang</groupId>
|
||||
|
|
@ -37,9 +37,5 @@
|
|||
<groupId>com.chushang</groupId>
|
||||
<artifactId>chushang-common-dict</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.chushang</groupId>
|
||||
<artifactId>task-feign</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
<groupId>com.chushang</groupId>
|
||||
<artifactId>chushang-common-log</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.chushang</groupId>
|
||||
<artifactId>task-feign</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -88,9 +88,10 @@
|
|||
<kaptcha.version>2.3.2</kaptcha.version>
|
||||
<common.version>1.0.0</common.version>
|
||||
<transmittable-thread-local.version>2.12.6</transmittable-thread-local.version>
|
||||
<easyexcel.version>3.1.1</easyexcel.version>
|
||||
<easyexcel.version>3.3.4</easyexcel.version>
|
||||
<minio.version>8.5.9</minio.version>
|
||||
<thumbnailator.version>0.4.20</thumbnailator.version>
|
||||
<spire.version>5.3.1</spire.version>
|
||||
<aliyun.oss.version>3.14.1</aliyun.oss.version>
|
||||
<jsqparser.version>4.3</jsqparser.version>
|
||||
<pagehelper.boot.version>2.0.0</pagehelper.boot.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue