Skip to content

Commit

Permalink
Merge 0ffa051 into a73aacc
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Nov 20, 2018
2 parents a73aacc + 0ffa051 commit d8c2b25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<reactor.netty.version>0.8.2.RELEASE</reactor.netty.version>
<!-- 0.9.11 not used because https://trello.com/c/ZEcAoiSq/406-remove-05-mb-of-exceptions-farted-out-when-starting-nflow-jetty -->
<reflections.version>0.9.10</reflections.version>
<slf4j.version>1.7.25</slf4j.version>
<spring.version>5.1.2.RELEASE</spring.version>
<swagger.version>1.5.21</swagger.version>
Expand Down Expand Up @@ -814,6 +816,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>${reflections.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down

0 comments on commit d8c2b25

Please sign in to comment.