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/mdl Commit: f4caf2c4931cbcaa0746d0bdbb231c516e15dbe2 Parents: fa4df42 Author: Alex Harui <[email protected]> Authored: Mon Nov 7 15:21:19 2016 -0800 Committer: Alex Harui <[email protected]> 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>
