diff --git a/epmet-auth/epmet-auth-client/pom.xml b/epmet-auth-client/pom.xml similarity index 89% rename from epmet-auth/epmet-auth-client/pom.xml rename to epmet-auth-client/pom.xml index 685407f474..1aee53c24e 100644 --- a/epmet-auth/epmet-auth-client/pom.xml +++ b/epmet-auth-client/pom.xml @@ -3,7 +3,7 @@ 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"> - epmet-auth + epmet-cloud com.epmet 2.0.0 diff --git a/epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java b/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java similarity index 100% rename from epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java rename to epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java diff --git a/epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java b/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java similarity index 100% rename from epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java rename to epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java diff --git a/epmet-auth/pom.xml b/epmet-auth/pom.xml index 7d696a3062..e950e6c6ba 100644 --- a/epmet-auth/pom.xml +++ b/epmet-auth/pom.xml @@ -3,9 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 0.3.72 - - epmet-auth-client - com.epmet epmet-cloud @@ -136,6 +133,11 @@ 2.0.0 compile + + com.epmet + epmet-auth-client + 2.0.0 + diff --git a/pom.xml b/pom.xml index 9b61cacf07..32fdd9b549 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ epmet-commons epmet-gateway epmet-auth + epmet-auth-client epmet-admin epmet-module epmet-user