亚微 jar

This commit is contained in:
wangliwen 2022-04-21 15:16:26 +08:00
parent eeb9627347
commit b4bbdd1194
2 changed files with 246 additions and 240 deletions

Binary file not shown.

View File

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.renren</groupId>
<artifactId>security-enterprise</artifactId>
@ -205,6 +206,8 @@
<dependency>
<groupId>com.yawei.oav2</groupId>
<artifactId>yawei-pso</artifactId>
<scope>system</scope>
<systemPath>${project.basedir}/lib/yawei-pso-2.0.2.jar</systemPath>
<version>${yawei-pso.version}</version>
</dependency>
</dependencies>
@ -215,6 +218,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>