You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/08/31 12:24:05 UTC

[royale-asjs] branch feature/Merge_MXRoyale_To_Develop updated: Additional fix for Maven build

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

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


The following commit(s) were added to refs/heads/feature/Merge_MXRoyale_To_Develop by this push:
     new ed55aee  Additional fix for Maven build
ed55aee is described below

commit ed55aee86e92d36397a52cffd44df1fa56393c5f
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Aug 31 14:23:55 2018 +0200

    Additional fix for Maven build
---
 frameworks/projects/TLF/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/frameworks/projects/TLF/pom.xml b/frameworks/projects/TLF/pom.xml
index 0904bce..29363b4 100644
--- a/frameworks/projects/TLF/pom.xml
+++ b/frameworks/projects/TLF/pom.xml
@@ -81,6 +81,20 @@
   <dependencies>
     <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>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
       <artifactId>Text</artifactId>
       <version>0.9.3-SNAPSHOT</version>
       <type>swc</type>
@@ -108,6 +122,13 @@
         <classifier>js</classifier>
     </dependency>
     <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>XML</artifactId>
         <version>0.9.3-SNAPSHOT</version>