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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 6762486 add scope runtime
6762486 is described below
commit 6762486943440a28a5f3fad4b2ce231a9c23306e
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Apr 18 23:28:51 2018 +0200
add scope runtime
---
examples/amf/SampleAmfWebApp/pom.xml | 1 +
examples/royale/RemoteObjectAMFTest/pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/examples/amf/SampleAmfWebApp/pom.xml
b/examples/amf/SampleAmfWebApp/pom.xml
index 30d001d..9f01f8a 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -105,6 +105,7 @@
<artifactId>RemoteObjectAMFTest</artifactId>
<version>0.9.3-SNAPSHOT</version>
<type>war</type>
+ <scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml
b/examples/royale/RemoteObjectAMFTest/pom.xml
index 198550b..2c7fa44 100644
--- a/examples/royale/RemoteObjectAMFTest/pom.xml
+++ b/examples/royale/RemoteObjectAMFTest/pom.xml
@@ -54,6 +54,7 @@
<configuration>
<mainClass>App.mxml</mainClass>
<targets>SWF,JSRoyale</targets>
+ <!-- <debug>false</debug> -->
</configuration>
</plugin>
<plugin>
--
To stop receiving notification emails like this one, please contact
[email protected].