Browse Source

kingbase

master
PoffyZhang 1 year ago
parent
commit
2e6fbcd47e
2 changed files with 0 additions and 16 deletions
  1. +0
    -15
      pmapi/pom.xml
  2. +0
    -1
      pom.xml

+ 0
- 15
pmapi/pom.xml View File

@@ -235,21 +235,6 @@
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/kingbase8-8.2.0.jar</systemPath>
</dependency>

<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<!-- 打包 -->
<!--配置环境的profile-->


+ 0
- 1
pom.xml View File

@@ -100,7 +100,6 @@
<groupId>com.ningdatech</groupId>
<artifactId>nd-flowable-starter</artifactId>
<version>1.0.0</version>
<scope>true</scope>
</dependency>
<dependency>
<groupId>org.flowable</groupId>


Loading…
Cancel
Save