Skip to content
Snippets Groups Projects
Commit b45bdbdf authored by Cam Saül's avatar Cam Saül
Browse files

Don't update Crate dependencies, they cause tests to fail :unamused:

parent 1656ab07
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@
[org.yaml/snakeyaml "1.17"] ; YAML parser (required by liquibase)
[org.xerial/sqlite-jdbc "3.8.11.2"] ; SQLite driver
[postgresql "9.3-1102.jdbc41"] ; Postgres driver
[io.crate/crate-jdbc "1.12.3"] ; Crate JDBC driver
[io.crate/crate-client "0.55.1"] ; Crate Java client (used by Crate JDBC)
[io.crate/crate-jdbc "1.11.0"] ; Crate JDBC driver (DON'T UPDATE THESE YET -- THEY CAUSE TESTS TO FAIL!)
[io.crate/crate-client "0.54.7"] ; Crate Java client (used by Crate JDBC)
[prismatic/schema "1.1.2"] ; Data schema declaration and validation library
[ring/ring-jetty-adapter "1.5.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests)
[ring/ring-json "0.4.0"] ; Ring middleware for reading/writing JSON automatically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment