This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/router
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/router by this push:
     new f2b9495  todomvc-jewel: add missing dependency Storage to pom.xml
f2b9495 is described below

commit f2b9495d30b14ffabfea5b8da8a830e9769fff2b
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Feb 3 00:25:46 2020 +0100

    todomvc-jewel: add missing dependency Storage to pom.xml
---
 examples/jewel/todomvc/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/examples/jewel/todomvc/pom.xml b/examples/jewel/todomvc/pom.xml
index eba4bfb..4e332c7 100644
--- a/examples/jewel/todomvc/pom.xml
+++ b/examples/jewel/todomvc/pom.xml
@@ -70,6 +70,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.7-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
       <artifactId>JewelTheme</artifactId>
       <version>0.9.7-SNAPSHOT</version>
       <type>swc</type>
@@ -102,6 +109,13 @@
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
+        <dependency>
+          <groupId>org.apache.royale.framework</groupId>
+          <artifactId>Storage</artifactId>
+          <version>0.9.7-SNAPSHOT</version>
+          <type>swc</type>
+          <classifier>swf</classifier>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>

Reply via email to