|
@ -2,7 +2,7 @@ |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
<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"> |
|
|
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> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<version>0.3.83</version> |
|
|
<version> 0.3.84</version> |
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>resi-partymember</artifactId> |
|
|
<artifactId>resi-partymember</artifactId> |
|
@ -99,6 +99,12 @@ |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
|
|
<artifactId>epmet-user-client</artifactId> |
|
|
|
|
|
<version>2.0.0</version> |
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
<build> |
|
|
<build> |
|
|