You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/11/10 09:23:38 UTC

[31/53] git commit: [flex-asjs] [refs/heads/feature/mdl] - fix MapSearch for Maven

fix MapSearch for Maven


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

Branch: refs/heads/feature/mdl
Commit: fa4df42dce4c27e56ce3f74cec5b858cc3fb072c
Parents: d99854c
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 7 15:08:27 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 7 15:08:27 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fa4df42d/examples/flexjs/MapSearch/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MapSearch/pom.xml b/examples/flexjs/MapSearch/pom.xml
index a191d3e..bad5543 100644
--- a/examples/flexjs/MapSearch/pom.xml
+++ b/examples/flexjs/MapSearch/pom.xml
@@ -81,6 +81,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>