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 81bf1a8 jetty won't start with 5.0.2, it needs 4.3.2
81bf1a8 is described below
commit 81bf1a83b8751d9f909d4be2db267938f8a5a1c1
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Apr 19 23:32:59 2018 +0200
jetty won't start with 5.0.2, it needs 4.3.2
---
examples/amf/SampleAmfWebApp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/amf/SampleAmfWebApp/pom.xml
b/examples/amf/SampleAmfWebApp/pom.xml
index 2ccbb09..2081acc 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>5.0.2.RELEASE</version>
+ <version>4.3.2.RELEASE</version>
</dependency>
<!--
--
To stop receiving notification emails like this one, please contact
[email protected].