代码同步
parent
e54c8e1f57
commit
4b8be45d8b
|
@ -27,10 +27,6 @@
|
|||
<groupId>org.jeecgframework.boot.lqfw</groupId>
|
||||
<artifactId>jeecg-system-biz</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot.lqfw</groupId>
|
||||
<artifactId>jeecg-module-lqfw</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -74,8 +74,12 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot.lqfw</groupId>
|
||||
<artifactId>jeecg-module-lqfw</artifactId>
|
||||
<artifactId>com.foresee.lqfw.sdk</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>
|
||||
${pom.basedir}/../../lib/com.foresee.lqfw.sdk-3.5.3.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue