Update dependencies
This commit is contained in:
parent
885264ad8c
commit
877d217f31
@ -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-osx'
|
||||
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
|
||||
|
@ -8,7 +8,7 @@ dependencies {
|
||||
}
|
||||
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
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 {
|
||||
|
@ -3,10 +3,10 @@ apply plugin: 'maven'
|
||||
|
||||
dependencies {
|
||||
compile project(':vtm')
|
||||
compile 'com.fasterxml.jackson.core:jackson-core:2.3.0'
|
||||
compile 'com.google.protobuf:protobuf-java:2.4.1'
|
||||
compile 'com.fasterxml.jackson.core:jackson-core:2.8.4'
|
||||
compile 'com.google.protobuf:protobuf-java:2.6.1'
|
||||
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 {
|
||||
|
@ -3,7 +3,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
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 {
|
||||
// Configure your application main class
|
||||
mainClassName = "org.oscim.ios.RoboVmLauncher"
|
||||
roboVMVersion = "2.1.0"
|
||||
roboVMVersion = "2.2.0"
|
||||
}
|
||||
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
|
@ -7,7 +7,6 @@ dependencies {
|
||||
compile project(':vtm-jeo')
|
||||
compile project(':vtm-jts')
|
||||
compile 'org.slf4j:slf4j-simple:1.7.21'
|
||||
runtime 'com.squareup.okhttp:okhttp:1.5.2'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
@ -4,9 +4,9 @@ dependencies {
|
||||
compile project(':vtm-http')
|
||||
compile 'com.squareup.okhttp:okhttp: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.mockito:mockito-all:1.9.5'
|
||||
testCompile 'org.mockito:mockito-all:1.10.19'
|
||||
testCompile 'org.slf4j:slf4j-simple:1.7.21'
|
||||
}
|
||||
|
||||
|
@ -27,8 +27,8 @@ dependencies {
|
||||
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.2.1'
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.5'
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.21'
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
||||
// explicit dependencies for org.gradle.configureondemand=true
|
||||
|
@ -27,9 +27,9 @@ dependencies {
|
||||
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.2.1'
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.5'
|
||||
providedCompile 'org.timepedia.exporter:gwtexporter:2.5.0-SNAPSHOT'
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.21'
|
||||
providedCompile 'org.timepedia.exporter:gwtexporter:2.5.1'
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
||||
// explicit dependencies for org.gradle.configureondemand=true
|
||||
|
@ -28,8 +28,8 @@ dependencies {
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
compile 'ru.finam:slf4j-gwt:1.2.1'
|
||||
compile 'org.slf4j:slf4j-api:1.7.5'
|
||||
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||
compile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
||||
// explicit dependencies for org.gradle.configureondemand=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user