This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 534095d Storage: add Network dependency to pom
534095d is described below
commit 534095d1fc41abcf99eca1c242d9ad1f5aaf26b8
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Feb 11 16:12:20 2020 +0100
Storage: add Network dependency to pom
---
frameworks/projects/Storage/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/frameworks/projects/Storage/pom.xml
b/frameworks/projects/Storage/pom.xml
index e532c40..5f54082 100644
--- a/frameworks/projects/Storage/pom.xml
+++ b/frameworks/projects/Storage/pom.xml
@@ -71,6 +71,13 @@
<type>swc</type>
<classifier>js</classifier>
</dependency>
+ <dependency>
+ <groupId>org.apache.royale.framework</groupId>
+ <artifactId>Network</artifactId>
+ <version>0.9.7-SNAPSHOT</version>
+ <type>swc</type>
+ <classifier>js</classifier>
+ </dependency>
<dependency>
<groupId>org.apache.royale.typedefs</groupId>
@@ -93,6 +100,13 @@
<type>swc</type>
<classifier>swf</classifier>
</dependency>
+ <dependency>
+ <groupId>org.apache.royale.framework</groupId>
+ <artifactId>Network</artifactId>
+ <version>0.9.7-SNAPSHOT</version>
+ <type>swc</type>
+ <classifier>swf</classifier>
+ </dependency>
</dependencies>
</profile>
</profiles>