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 d4f9220b1c RoyaleUnit: doesn't need dependency on Basic
d4f9220b1c is described below

commit d4f9220b1ccfea4ac83c665ead9e0d62c274a59d
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jun 12 08:49:16 2024 -0700

    RoyaleUnit: doesn't need dependency on Basic
---
 frameworks/projects/RoyaleUnit/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/frameworks/projects/RoyaleUnit/pom.xml 
b/frameworks/projects/RoyaleUnit/pom.xml
index 3cea539fc6..44f5542daa 100644
--- a/frameworks/projects/RoyaleUnit/pom.xml
+++ b/frameworks/projects/RoyaleUnit/pom.xml
@@ -56,13 +56,6 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-    <dependency>
-      <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Basic</artifactId>
-      <version>0.9.11-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Reflection</artifactId>
@@ -83,13 +76,6 @@
           <type>swc</type>
           <classifier>swf</classifier>
         </dependency>
-        <dependency>
-          <groupId>org.apache.royale.framework</groupId>
-          <artifactId>Basic</artifactId>
-          <version>0.9.11-SNAPSHOT</version>
-          <type>swc</type>
-          <classifier>swf</classifier>
-        </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
           <artifactId>Reflection</artifactId>

Reply via email to