Update dependencies

This commit is contained in:
Emux 2016-11-05 12:20:46 +02:00
parent 885264ad8c
commit 877d217f31
9 changed files with 16 additions and 17 deletions

View File

@ -40,7 +40,7 @@ compile 'org.lwjgl.lwjgl:lwjgl:2.9.3'
compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux' compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-linux'
compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx' compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-osx'
compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows' compile 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows'
compile 'com.kitfox.svg:svg-salamander:1.0' compile 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
``` ```
## Snapshots ## Snapshots

View File

@ -8,7 +8,7 @@ dependencies {
} }
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion" compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile 'com.kitfox.svg:svg-salamander:1.0' compile 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
} }
sourceSets { sourceSets {

View File

@ -3,10 +3,10 @@ apply plugin: 'maven'
dependencies { dependencies {
compile project(':vtm') compile project(':vtm')
compile 'com.fasterxml.jackson.core:jackson-core:2.3.0' compile 'com.fasterxml.jackson.core:jackson-core:2.8.4'
compile 'com.google.protobuf:protobuf-java:2.4.1' compile 'com.google.protobuf:protobuf-java:2.6.1'
compile 'com.vividsolutions:jts:1.13' compile 'com.vividsolutions:jts:1.13'
compile 'org.openstreetmap.osmosis:osmosis-osm-binary:0.44.1' compile 'org.openstreetmap.osmosis:osmosis-osm-binary:0.45'
} }
sourceSets { sourceSets {

View File

@ -3,7 +3,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.1.0' classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.2.0'
} }
} }
@ -19,7 +19,7 @@ sourceCompatibility = '1.7'
ext { ext {
// Configure your application main class // Configure your application main class
mainClassName = "org.oscim.ios.RoboVmLauncher" mainClassName = "org.oscim.ios.RoboVmLauncher"
roboVMVersion = "2.1.0" roboVMVersion = "2.2.0"
} }
launchIPhoneSimulator.dependsOn build launchIPhoneSimulator.dependsOn build

View File

@ -7,7 +7,6 @@ dependencies {
compile project(':vtm-jeo') compile project(':vtm-jeo')
compile project(':vtm-jts') compile project(':vtm-jts')
compile 'org.slf4j:slf4j-simple:1.7.21' compile 'org.slf4j:slf4j-simple:1.7.21'
runtime 'com.squareup.okhttp:okhttp:1.5.2'
} }
sourceSets { sourceSets {

View File

@ -4,9 +4,9 @@ dependencies {
compile project(':vtm-http') compile project(':vtm-http')
compile 'com.squareup.okhttp:okhttp:1.5.2' compile 'com.squareup.okhttp:okhttp:1.5.2'
testCompile 'com.squareup.okhttp:mockwebserver:1.5.2' testCompile 'com.squareup.okhttp:mockwebserver:1.5.2'
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.12'
testCompile 'org.easytesting:fest-assert-core:2.0M10' testCompile 'org.easytesting:fest-assert-core:2.0M10'
testCompile 'org.mockito:mockito-all:1.9.5' testCompile 'org.mockito:mockito-all:1.10.19'
testCompile 'org.slf4j:slf4j-simple:1.7.21' testCompile 'org.slf4j:slf4j-simple:1.7.21'
} }

View File

@ -27,8 +27,8 @@ dependencies {
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources" providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources" providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion" providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
providedCompile 'ru.finam:slf4j-gwt:1.2.1' providedCompile 'org.slf4j:slf4j-api:1.7.21'
providedCompile 'org.slf4j:slf4j-api:1.7.5' providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
} }
// explicit dependencies for org.gradle.configureondemand=true // explicit dependencies for org.gradle.configureondemand=true

View File

@ -27,9 +27,9 @@ dependencies {
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources" providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources" providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion" providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
providedCompile 'ru.finam:slf4j-gwt:1.2.1' providedCompile 'org.slf4j:slf4j-api:1.7.21'
providedCompile 'org.slf4j:slf4j-api:1.7.5' providedCompile 'org.timepedia.exporter:gwtexporter:2.5.1'
providedCompile 'org.timepedia.exporter:gwtexporter:2.5.0-SNAPSHOT' providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
} }
// explicit dependencies for org.gradle.configureondemand=true // explicit dependencies for org.gradle.configureondemand=true

View File

@ -28,8 +28,8 @@ dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources" compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources" compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion" compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile 'ru.finam:slf4j-gwt:1.2.1' compile 'org.slf4j:slf4j-api:1.7.21'
compile 'org.slf4j:slf4j-api:1.7.5' compile 'ru.finam:slf4j-gwt:1.7.7.1'
} }
// explicit dependencies for org.gradle.configureondemand=true // explicit dependencies for org.gradle.configureondemand=true