Browse Source

pom.xml文件变更

tags/B.2.5.6_20231228_base
yk 1 year ago
parent
commit
db1cc77f49
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      xueyi-modules/xueyi-system/pom.xml

+ 15
- 0
xueyi-modules/xueyi-system/pom.xml View File

@@ -137,6 +137,21 @@
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>11.0</version>
</dependency>


<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.3.3</version>
</dependency>



</dependencies>

<build>


Loading…
Cancel
Save