You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/03 09:57:28 UTC

[royale-asjs] branch feature/new_merge updated: Aded Basic dependency to HTML pom

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

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


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 46d101b  Aded Basic dependency to HTML pom
46d101b is described below

commit 46d101b28938ec8ed3443c8f6c3b7e222412ce8b
Author: Harbs <ha...@in-tools.com>
AuthorDate: Mon Sep 3 12:57:21 2018 +0300

    Aded Basic dependency to HTML pom
---
 frameworks/projects/HTML/pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index b729605..d829f5e 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -124,7 +124,20 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
 </project>