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

[royale-asjs] branch release/0.9.3 updated: fix another pom

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

aharui pushed a commit to branch release/0.9.3
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.3 by this push:
     new 1cfb6f1  fix another pom
1cfb6f1 is described below

commit 1cfb6f1aad2efa4d451221b0d5bc9de34655bd8f
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun May 13 23:12:36 2018 -0700

    fix another pom
---
 .../src/it/compiler-options/custom-html-template/pom.xml    | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/testsuite/src/it/compiler-options/custom-html-template/pom.xml b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
index 9dcf61c..7582d0d 100644
--- a/testsuite/src/it/compiler-options/custom-html-template/pom.xml
+++ b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
@@ -81,6 +81,19 @@
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>@royale.framework.version@</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>@royale.framework.version@</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
       <version>@royale.framework.version@</version>
       <type>swc</type>

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.