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:28 UTC

[02/11] git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - fix DesktopMap build for Maven

fix DesktopMap build 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/d47d3d92
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d47d3d92
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d47d3d92

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: d47d3d92eac1be58967d777e5fa6592d0c2085ce
Parents: cf35d18
Author: Alex Harui <ah...@apache.org>
Authored: Sat Nov 5 23:44:38 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Nov 5 23:44:46 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d47d3d92/examples/flexjs/DesktopMap/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DesktopMap/pom.xml b/examples/flexjs/DesktopMap/pom.xml
index effa50e..b28d9de 100644
--- a/examples/flexjs/DesktopMap/pom.xml
+++ b/examples/flexjs/DesktopMap/pom.xml
@@ -77,6 +77,16 @@
       <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>