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

joshtynjala 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 122d0b6129 examples: fix Icons being treated incorrectly as a theme
122d0b6129 is described below

commit 122d0b61299c35c5033dd842ec9f7eea45b82a9d
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Apr 1 15:19:23 2025 -0700

    examples: fix Icons being treated incorrectly as a theme
---
 examples/blog/BE0014_Working_with_vector_graphics/pom.xml     | 1 -
 examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/examples/blog/BE0014_Working_with_vector_graphics/pom.xml 
b/examples/blog/BE0014_Working_with_vector_graphics/pom.xml
index 8141bb6c5b..b91c7f4bda 100644
--- a/examples/blog/BE0014_Working_with_vector_graphics/pom.xml
+++ b/examples/blog/BE0014_Working_with_vector_graphics/pom.xml
@@ -69,7 +69,6 @@
       <artifactId>Icons</artifactId>
       <version>0.9.13-SNAPSHOT</version>
       <type>swc</type>
-      <scope>theme</scope>
       <classifier>js</classifier>
     </dependency>
     <dependency>
diff --git a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml 
b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
index d887d1816d..c02ba591e5 100644
--- a/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
+++ b/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout/pom.xml
@@ -63,7 +63,6 @@
       <artifactId>Icons</artifactId>
       <version>0.9.13-SNAPSHOT</version>
       <type>swc</type>
-      <scope>theme</scope>
       <classifier>js</classifier>
     </dependency>
     <dependency>

Reply via email to