|
|
@ -8,10 +8,15 @@ |
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-form-backend</artifactId> |
|
|
<artifactId>mdp-form-backend</artifactId> |
|
|
<version>M.1.0.0-RELEASE</version> |
|
|
|
|
|
|
|
|
<version>2.0.0-RELEASE</version> |
|
|
</parent> |
|
|
</parent> |
|
|
|
|
|
|
|
|
<dependencies> |
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.mdp</groupId> |
|
|
|
|
|
<artifactId>mdp-oauth2-client-cloud</artifactId> |
|
|
|
|
|
<version>${mdp.version}</version> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-cloud-starter</artifactId> |
|
|
<artifactId>mdp-cloud-starter</artifactId> |
|
|
@ -21,12 +26,6 @@ |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-form</artifactId> |
|
|
<artifactId>mdp-form</artifactId> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.mdp</groupId> |
|
|
|
|
|
<artifactId>mdp-oauth2-client-cloud</artifactId> |
|
|
|
|
|
<version>${mdp.version}</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
<build> |
|
|
<build> |
|
|
|