|
|
@ -2,7 +2,7 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<version>0.3.63</version> |
|
|
|
<version>0.3.64</version> |
|
|
|
<parent> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>oper-customize</artifactId> |
|
|
@ -64,6 +64,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> |
|
|
|