Repository: flex-asjs
Updated Branches:
  refs/heads/tlf e3a50e8f6 -> 3396fa7f9


Add missing dependencies in StorageExample's pom


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

Branch: refs/heads/tlf
Commit: 3396fa7f9fff8a487e9e6a6c9aa736b3629a2b72
Parents: e3a50e8
Author: piotrz <pio...@apache.org>
Authored: Sun Jun 18 21:19:01 2017 +0200
Committer: piotrz <pio...@apache.org>
Committed: Sun Jun 18 21:19:01 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/StorageExample/pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3396fa7f/examples/flexjs/StorageExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/StorageExample/pom.xml 
b/examples/flexjs/StorageExample/pom.xml
index c9d2bc6..6cc957e 100644
--- a/examples/flexjs/StorageExample/pom.xml
+++ b/examples/flexjs/StorageExample/pom.xml
@@ -72,7 +72,20 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.typedefs</groupId>
       <artifactId>flexjs-typedefs-cordova</artifactId>

Reply via email to