Skip to content

Commit

Permalink
Updated orientdb and jackson-databind versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Nov 24, 2016
1 parent d0ed9b0 commit 6bce88b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -40,19 +40,19 @@ dependencies {
compile project(':framework')

// OrientDB
compile 'com.orientechnologies:orientdb-client:2.2.12' // Apache 2.0
compile 'com.orientechnologies:orientdb-core:2.2.12' // Apache 2.0
compile 'com.orientechnologies:orientdb-client:2.2.13' // Apache 2.0
compile 'com.orientechnologies:orientdb-core:2.2.13' // Apache 2.0
// orientdb-graphdb has a bunch of dependencies that conflict with other things, needed included below or elsewhere
compile module('com.orientechnologies:orientdb-graphdb:2.2.12') { // Apache 2.0
compile module('com.orientechnologies:orientdb-graphdb:2.2.13') { // Apache 2.0
exclude group: 'com.tinkerpop.gremlin'
exclude group: 'com.orientechnologies'
exclude group: 'com.fasterxml.jackson.core'
exclude group: 'commons-beanutils' // includes commons-beanutils-core, commons-beanutils included elsewhere
}
compile('com.orientechnologies:orientdb-server:2.2.12') { exclude group: 'javax.mail' } // Apache 2.0
compile('com.orientechnologies:orientdb-server:2.2.13') { exclude group: 'javax.mail' } // Apache 2.0
// this is a mess: blueprints-core depends on all sorts of things and some required dependencies have conflicts
compile module('com.tinkerpop.blueprints:blueprints-core:2.6.0')
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.5'
compile 'org.codehaus.jettison:jettison:1.3.8'
compile 'com.carrotsearch:hppc:0.7.2'
compile 'com.tinkerpop.gremlin:gremlin-java:2.6.0' // BSD
Expand Down

0 comments on commit 6bce88b

Please sign in to comment.