reworked startup process

* cemu is showing a loading screen while loading the roms
* jackson core 2.9.3 -> 2.9.4
This commit is contained in:
Jannik
2018-01-31 17:01:47 +01:00
parent f331fb57a4
commit 84b5eaedcd
4 changed files with 46 additions and 33 deletions

View File

@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev87-1.23.0</version>
<version>v3-rev99-1.23.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client -->
@ -150,7 +150,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.3</version>
<version>2.9.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->