android components misdeclared j7 deps
diff --git a/platforms/android/android/hardware/pom.xml b/platforms/android/android/hardware/pom.xml
index 3966c8c..25e2af0 100644
--- a/platforms/android/android/hardware/pom.xml
+++ b/platforms/android/android/hardware/pom.xml
@@ -33,7 +33,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.edgent.java7.api</groupId>
+      <groupId>org.apache.edgent.android.api</groupId>
       <artifactId>edgent-api-topology</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
diff --git a/platforms/android/android/topology/pom.xml b/platforms/android/android/topology/pom.xml
index 87b9999..f622c4c 100644
--- a/platforms/android/android/topology/pom.xml
+++ b/platforms/android/android/topology/pom.xml
@@ -33,12 +33,12 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.edgent.java7.api</groupId>
+      <groupId>org.apache.edgent.android.api</groupId>
       <artifactId>edgent-api-topology</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.edgent.java7.api</groupId>
+      <groupId>org.apache.edgent.android.api</groupId>
       <artifactId>edgent-api-oplet</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>