学生资助、学生奖惩、学籍异动内容修改
This commit is contained in:
@@ -29,10 +29,17 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring Context for @Component/@EnableScheduling -->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 通用工具-->
|
||||
<dependency>
|
||||
<groupId>com.srs</groupId>
|
||||
<artifactId>srs-common</artifactId>
|
||||
<version>3.8.5</version>
|
||||
</dependency>
|
||||
|
||||
<!--宿舍管理模块-->
|
||||
@@ -60,13 +67,15 @@
|
||||
<groupId>com.srs</groupId>
|
||||
<artifactId>srs-routine</artifactId>
|
||||
<version>3.8.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.srs</groupId>
|
||||
<artifactId>srs-staff</artifactId>
|
||||
<version>3.8.5</version>
|
||||
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user