|
|
@ -17,6 +17,11 @@ |
|
|
|
<artifactId>oper-crm-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>gov-org-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-commons-tools</artifactId> |
|
|
@ -64,6 +69,12 @@ |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-user-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|