You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/11/08 15:11:35 UTC

[09/11] git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - fix pom for MobileMap

fix pom for MobileMap


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f4caf2c4
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f4caf2c4
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f4caf2c4

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: f4caf2c4931cbcaa0746d0bdbb231c516e15dbe2
Parents: fa4df42
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 7 15:21:19 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 7 15:21:19 2016 -0800

----------------------------------------------------------------------
 examples/flexjs/MobileMap/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f4caf2c4/examples/flexjs/MobileMap/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MobileMap/pom.xml b/examples/flexjs/MobileMap/pom.xml
index e5570c6..a58585c 100644
--- a/examples/flexjs/MobileMap/pom.xml
+++ b/examples/flexjs/MobileMap/pom.xml
@@ -85,6 +85,15 @@
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
     </dependency>
+    <dependency>
+        <groupId>org.apache.flex.flexjs.typedefs</groupId>
+        <artifactId>flexjs-typedefs-googlemaps</artifactId>
+        <version>${flexjs.typedefs.version}</version>
+        <type>swc</type>
+        <classifier>typedefs</classifier>
+        <scope>runtime</scope>
+    </dependency>
+
   </dependencies>
 
 </project>