1.修改pom文件Jar包引用
This commit is contained in:
parent
ffda3a3117
commit
9df883d7e7
|
@ -59,6 +59,11 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.risesoft</groupId>
|
||||
<artifactId>risenet-y9boot-starter-sso-oauth2-resource</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
<!-- 通用产品版本简易审批-->
|
||||
<dependency>
|
||||
<groupId>net.risesoft</groupId>
|
||||
<artifactId>risenet-y9boot-webapp-interface-approve</artifactId>
|
||||
<artifactId>risenet-y9boot-support-interface-approve</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
@ -247,6 +247,7 @@
|
|||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue