Commit 4fd4e2f7 authored by Phillip Webb's avatar Phillip Webb

Downgrade to Reactor 1.1.0

Downgrade the Reactor version since we cannot depend on snapshots for
the M2 release.

See gh-845
parent 6381fdcb
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<mockito.version>1.9.5</mockito.version> <mockito.version>1.9.5</mockito.version>
<mongodb.version>2.12.1</mongodb.version> <mongodb.version>2.12.1</mongodb.version>
<mysql.version>5.1.30</mysql.version> <mysql.version>5.1.30</mysql.version>
<reactor.version>1.1.1.BUILD-SNAPSHOT</reactor.version> <reactor.version>1.1.0.RELEASE</reactor.version>
<servlet-api.version>3.0.1</servlet-api.version> <servlet-api.version>3.0.1</servlet-api.version>
<slf4j.version>1.7.7</slf4j.version> <slf4j.version>1.7.7</slf4j.version>
<snakeyaml.version>1.13</snakeyaml.version> <snakeyaml.version>1.13</snakeyaml.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment