|
|
@ -8,24 +8,23 @@ |
|
|
<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> |
|
|
<dependency> |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-cloud-starter</artifactId> |
|
|
|
|
|
|
|
|
<artifactId>mdp-oauth2-client-cloud</artifactId> |
|
|
<version>${mdp.version}</version> |
|
|
<version>${mdp.version}</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-form</artifactId> |
|
|
|
|
|
|
|
|
<artifactId>mdp-cloud-starter</artifactId> |
|
|
|
|
|
<version>${mdp.version}</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.mdp</groupId> |
|
|
<groupId>com.mdp</groupId> |
|
|
<artifactId>mdp-oauth2-client-cloud</artifactId> |
|
|
|
|
|
<version>${mdp.version}</version> |
|
|
|
|
|
|
|
|
<artifactId>mdp-form</artifactId> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|