diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ebd3db1..71d0c0603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Explorer displays a link in the header based on `returnUrl` and `returnUrlLabel` parameters in the Explorer opening URL - nflow-netty's StartNflow interface changed to match nflow-jetty's - Automatic refresh for workflow instance page in Explorer +- Downgrade org.reclections:reflections to 0.9.10 due to excessive logging in nflow-jetty startup when using 0.9.11 ## 5.1.0 (2018-10-18) diff --git a/pom.xml b/pom.xml index d8a7481a4..30186d8f4 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,8 @@ UTF-8 UTF-8 0.8.2.RELEASE + + 0.9.10 1.7.25 5.1.2.RELEASE 1.5.21 @@ -814,6 +816,11 @@ + + org.reflections + reflections + ${reflections.version} + javax.servlet javax.servlet-api