|
|
@ -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> |
|
|
|