You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/22 14:31:52 UTC

[royale-compiler] branch develop updated: fix first time build with maven running "mvn -s settings-template.xml clean install" and having maven repository empty

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 228f4fb  fix first time build with maven running "mvn -s settings-template.xml clean install" and having maven repository empty
228f4fb is described below

commit 228f4fbd120f4a010906f031a3f218d3434f7d91
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed May 22 16:31:44 2019 +0200

    fix first time build with maven running "mvn -s settings-template.xml clean install" and having maven repository empty
---
 compiler/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/compiler/pom.xml b/compiler/pom.xml
index 9818b9a..8571adc 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -576,6 +576,13 @@
       <version>3.4</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
 </project>