Browse Source

2.0-任务查询bug

master
陈裕财 2 years ago
parent
commit
1a09ed9f5b
  1. 8
      xm-bootstrap/pom.xml

8
xm-bootstrap/pom.xml

@ -11,6 +11,10 @@
<version>2.0.0-RELEASE</version> <version>2.0.0-RELEASE</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency>
<groupId>com.xm</groupId>
<artifactId>xm-core</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.mdp</groupId> <groupId>com.mdp</groupId>
<artifactId>mdp-oauth2-client-cloud</artifactId> <artifactId>mdp-oauth2-client-cloud</artifactId>
@ -21,10 +25,6 @@
<artifactId>mdp-cloud-starter</artifactId> <artifactId>mdp-cloud-starter</artifactId>
<version>${mdp.version}</version> <version>${mdp.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.xm</groupId>
<artifactId>xm-core</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>

Loading…
Cancel
Save