You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/07/28 15:25:21 UTC

[royale-asjs] branch develop updated: update distribution pom

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 4990968  update distribution pom
4990968 is described below

commit 499096853339b0c7d5338496703068db9fa9aebb
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jul 28 17:25:16 2018 +0200

    update distribution pom
---
 distribution/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 28430f1..f898e9c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -216,6 +216,12 @@
       <version>0.9.3-SNAPSHOT</version>
       <type>swc</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
 
     <!-- Add the framework js-swc modules -->
     <dependency>
@@ -379,6 +385,13 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
 
     <!-- Add dependencies to the externs from the compiler module -->
     <dependency>