You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by cd...@apache.org on 2017/11/21 11:51:11 UTC

[31/50] incubator-edgent-samples git commit: add commented out edgent-android deps to sample template

add commented out edgent-android deps to sample template

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/bba42c21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/bba42c21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/bba42c21

Branch: refs/heads/develop
Commit: bba42c21c1538fc63df09c2f3d76660b0e09577a
Parents: 97aa739
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Oct 10 11:23:00 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Oct 10 11:23:00 2017 -0400

----------------------------------------------------------------------
 template/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/bba42c21/template/pom.xml
----------------------------------------------------------------------
diff --git a/template/pom.xml b/template/pom.xml
index f225640..5d67cd2 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -84,6 +84,19 @@
       <version>${edgent.version}</version>
     </dependency-->
 
+    <!-- declare Edgent Android dependencies
+    -->
+    <!--dependency>
+      <groupId>${edgent.base.groupId}.android</groupId>
+      <artifactId>edgent-android-hardware</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+    </dependency-->
+    <!--dependency>
+      <groupId>${edgent.base.groupId}.android</groupId>
+      <artifactId>edgent-android-topology</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+    </dependency-->
+
     <!-- declare Edgent Analytics dependencies
     -->
     <!--dependency>