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

gregdove 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 81b3980a77 Add XML dependency to Basic
81b3980a77 is described below

commit 81b3980a77b6c47bc915aae50fd2df35ffe0eaf5
Author: greg-dove <[email protected]>
AuthorDate: Wed May 11 14:34:25 2022 +1200

    Add XML dependency to Basic
---
 frameworks/projects/Basic/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/frameworks/projects/Basic/pom.xml 
b/frameworks/projects/Basic/pom.xml
index d5a82c69c6..62f3fe087d 100644
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@ -102,6 +102,13 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.10-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
   <profiles>

Reply via email to