|
|
@ -3,9 +3,6 @@ |
|
|
|
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.72</version> |
|
|
|
<modules> |
|
|
|
<module>epmet-auth-client</module> |
|
|
|
</modules> |
|
|
|
<parent> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-cloud</artifactId> |
|
|
@ -136,6 +133,11 @@ |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-auth-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|