You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2021/03/24 17:30:49 UTC

[royale-asjs] 01/02: Maven: builds framework with Apache airglobal/playerglobal when option-with-swf is specified

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

commit a2afed8abea888b0a24c7b09f73ebc5119eec85d
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Wed Mar 24 10:27:35 2021 -0700

    Maven: builds framework with Apache airglobal/playerglobal when option-with-swf is specified
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4c7bbf..86c225c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,11 +400,12 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>com.adobe.air.framework</groupId>
-          <artifactId>airglobal</artifactId>
-          <version>${air.version}</version>
+          <groupId>org.apache.royale.typedefs</groupId>
+          <artifactId>royale-typedefs-airglobal</artifactId>
+          <version>${royale.typedefs.version}</version>
           <type>swc</type>
           <scope>runtime</scope>
+          <classifier>swf</classifier>
         </dependency>
       </dependencies>
     </profile>