actions-on-google / smart-home-dashboard

Apache License 2.0
73 stars 27 forks source link

mvn appengine:deploy fails because missing app.yml #4

Closed blanchma closed 5 years ago

blanchma commented 6 years ago

java.nio.file.NoSuchFileException: /workspace/smart-home-dashboard/src/main/appengine/app.yaml

The README doesn't mention any app.yml but it seems to be mandatory.

Fleker commented 6 years ago

I have no issue with deploying. When I run

fleker@fleker:~/samples/smart-home-dashboard$ find . | grep app.yaml
./target/appengine-staging/app.yaml
./target/appengine-staging/WEB-INF/appengine-generated/app.yaml

The target directory is generated. Can you run mvn compile before deploying? I may be missing a step in the README.

blanchma commented 6 years ago

@Fleker even running mvn compile, the file is missing in both places.

blanchma commented 6 years ago

What of the steps should create the file?

blanchma commented 6 years ago

The complete error:

mvn appengine:deploy
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.google.homegraph:dashboard:war:0.1.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.googlecode.objectify:objectify:jar -> duplicate declaration of version 5.1.22 @ line 164, column 15
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ line 304, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 10.12
[INFO] os.detected.version.major: 10
[INFO] os.detected.version.minor: 12
[INFO] os.detected.classifier: osx-x86_64
[WARNING] The project com.google.homegraph:dashboard:war:0.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO]
[INFO] -------------------< com.google.homegraph:dashboard >-------------------
[INFO] Building dashboard 0.1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] >>> appengine-maven-plugin:1.3.2:deploy (default-cli) > package @ dashboard >>>
[INFO]
[INFO] --- protobuf-maven-plugin:0.5.0:compile (default) @ dashboard ---
[INFO] /Users/blanchma/workspace/smart-home-dashboard/src/main/proto does not exist. Review the configuration or consider disabling the plugin.
[INFO]
[INFO] --- protobuf-maven-plugin:0.5.0:compile-custom (default) @ dashboard ---
[INFO] /Users/blanchma/workspace/smart-home-dashboard/src/main/proto does not exist. Review the configuration or consider disabling the plugin.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dashboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ dashboard ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- versions-maven-plugin:2.3:display-dependency-updates (default) @ dashboard ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   antlr:antlr ........................................ 2.7.7 -> 20030911
[INFO]   ch.qos.logback:logback-access ................. 1.1.11 -> 1.3.0-alpha4
[INFO]   ch.qos.logback:logback-classic ................ 1.1.11 -> 1.3.0-alpha4
[INFO]   ch.qos.logback:logback-core ................... 1.1.11 -> 1.3.0-alpha4
[INFO]   com.atomikos:transactions-jdbc ........................ 3.9.3 -> 4.0.6
[INFO]   com.atomikos:transactions-jms ......................... 3.9.3 -> 4.0.6
[INFO]   com.atomikos:transactions-jta ......................... 3.9.3 -> 4.0.6
[INFO]   com.couchbase.client:java-client ...................... 2.3.7 -> 2.6.1
[INFO]   com.datastax.cassandra:cassandra-driver-core .......... 3.1.4 -> 3.5.1
[INFO]   com.datastax.cassandra:cassandra-driver-mapping ....... 3.1.4 -> 3.5.1
[INFO]   com.fasterxml:classmate ............................... 1.3.4 -> 1.4.0
[INFO]   com.fasterxml.jackson.core:jackson-annotations ........ 2.8.0 -> 2.9.6
[INFO]   com.fasterxml.jackson.core:jackson-core .............. 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.core:jackson-databind .......... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-avro ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-cbor ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-csv ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-ion ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-properties ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-smile ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-xml ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-guava ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-hibernate3 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-hibernate4 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-hppc ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-jaxrs ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-jdk8 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-joda ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-json-org ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-jsr310 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-jsr353 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-pcollections ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-base ....... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-cbor-provider ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jaxrs:jackson-jaxrs-yaml-provider ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jr:jackson-jr-all .............. 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jr:jackson-jr-objects .......... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jr:jackson-jr-retrofit2 ........ 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.jr:jackson-jr-stree ............ 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-afterburner ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-guice .... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-jaxb-annotations ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-jsonSchema ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-kotlin ... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-mrbean ... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-osgi ..... 2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-parameter-names ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-paranamer ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-scala_2.10 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-scala_2.11 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.fasterxml.jackson.module:jackson-module-scala_2.12 ...
[INFO]                                                          2.8.10 -> 2.9.6
[INFO]   com.github.ben-manes.caffeine:caffeine ................ 2.3.5 -> 2.6.2
[INFO]   com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute ...
[INFO]                                                             1.3 -> 2.0.1
[INFO]   com.google.appengine:appengine-api-1.0-sdk .......... 1.9.60 -> 1.9.64
[INFO]   com.google.code.gson:gson ............................. 2.8.2 -> 2.8.5
[INFO]   com.h2database:h2 ................................. 1.4.196 -> 1.4.197
[INFO]   com.hazelcast:hazelcast .............................. 3.7.8 -> 3.10.4
[INFO]   com.hazelcast:hazelcast-client ....................... 3.7.8 -> 3.10.4
[INFO]   com.hazelcast:hazelcast-hibernate4 .................... 3.7.1 -> 3.8.2
[INFO]   com.hazelcast:hazelcast-hibernate5 .................... 1.1.3 -> 1.2.3
[INFO]   com.hazelcast:hazelcast-spring ....................... 3.7.8 -> 3.10.4
[INFO]   com.jayway.jsonpath:json-path ......................... 2.2.0 -> 2.4.0
[INFO]   com.jayway.jsonpath:json-path-assert .................. 2.2.0 -> 2.4.0
[INFO]   com.microsoft.sqlserver:mssql-jdbc ......... 6.1.0.jre7 -> 7.0.0.jre10
[INFO]   com.querydsl:querydsl-apt ............................. 4.1.4 -> 4.2.1
[INFO]   com.querydsl:querydsl-collections ..................... 4.1.4 -> 4.2.1
[INFO]   com.querydsl:querydsl-core ............................ 4.1.4 -> 4.2.1
[INFO]   com.querydsl:querydsl-jpa ............................. 4.1.4 -> 4.2.1
[INFO]   com.querydsl:querydsl-mongodb ......................... 4.1.4 -> 4.2.1
[INFO]   com.samskivert:jmustache ................................ 1.13 -> 1.14
[INFO]   com.sendgrid:sendgrid-java ............................ 2.2.2 -> 4.2.1
[INFO]   com.sun.mail:javax.mail ............................... 1.5.6 -> 1.6.1
[INFO]   com.unboundid:unboundid-ldapsdk ....................... 3.2.1 -> 4.0.6
[INFO]   com.zaxxer:HikariCP ................................... 2.5.1 -> 3.2.0
[INFO]   commons-codec:commons-codec ............................. 1.10 -> 1.11
[INFO]   commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO]   de.flapdoodle.embed:de.flapdoodle.embed.mongo ........ 1.50.5 -> 2.1.1
[INFO]   dom4j:dom4j ................................. 1.6.1 -> 20040902.021138
[INFO]   io.dropwizard.metrics:metrics-annotation .......... 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-core ................ 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-ehcache ............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-ganglia ................. 3.1.5 -> 3.2.6
[INFO]   io.dropwizard.metrics:metrics-graphite ............ 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-healthchecks ........ 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-httpasyncclient ..... 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-jdbi ................ 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-jersey .................. 3.1.5 -> 3.2.6
[INFO]   io.dropwizard.metrics:metrics-jersey2 ............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-jetty8 .................. 3.1.5 -> 3.2.6
[INFO]   io.dropwizard.metrics:metrics-jetty9 .............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-jetty9-legacy ........... 3.1.5 -> 3.2.6
[INFO]   io.dropwizard.metrics:metrics-json ................ 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-jvm ................. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-log4j ................... 3.1.5 -> 3.2.6
[INFO]   io.dropwizard.metrics:metrics-log4j2 .............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-logback ............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-servlet ............. 3.1.5 -> 4.1.0-rc2
[INFO]   io.dropwizard.metrics:metrics-servlets ............ 3.1.5 -> 4.1.0-rc2
[INFO]   io.projectreactor:reactor-core ........ 2.0.8.RELEASE -> 3.1.8.RELEASE
[INFO]   io.searchbox:jest ..................................... 2.0.4 -> 6.3.0
[INFO]   io.undertow:undertow-core ............... 1.4.22.Final -> 2.0.11.Final
[INFO]   io.undertow:undertow-servlet ............ 1.4.22.Final -> 2.0.11.Final
[INFO]   io.undertow:undertow-websockets-jsr ..... 1.4.22.Final -> 2.0.11.Final
[INFO]   javax.cache:cache-api ................................. 1.0.0 -> 1.1.0
[INFO]   javax.mail:javax.mail-api ............................. 1.5.6 -> 1.6.1
[INFO]   javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO]   javax.transaction:javax.transaction-api ................... 1.2 -> 1.3
[INFO]   javax.validation:validation-api ........... 1.1.0.Final -> 2.0.1.Final
[INFO]   joda-time:joda-time .................................... 2.9.9 -> 2.10
[INFO]   mysql:mysql-connector-java .......................... 5.1.45 -> 8.0.12
[INFO]   net.java.dev.jna:jna .................................. 4.2.2 -> 4.5.2
[INFO]   net.java.dev.jna:jna-platform ......................... 4.2.2 -> 4.5.2
[INFO]   net.sf.ehcache:ehcache .............................. 2.10.4 -> 2.10.5
[INFO]   net.sourceforge.htmlunit:htmlunit ....................... 2.21 -> 2.32
[INFO]   nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect ...... 1.4.0 -> 2.3.0
[INFO]   org.apache.activemq:activemq-amqp ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-blueprint .............. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-broker ................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-camel .................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-client ................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-console ................ 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-http ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-jaas ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-jdbc-store ............. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-jms-pool ............... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-kahadb-store ........... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-karaf .................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-leveldb-store .......... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-log4j-appender ......... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-mqtt ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-openwire-generator ..... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-openwire-legacy ........ 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-osgi ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-partition .............. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-pool ................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-ra ..................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-run .................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-runtime-config ......... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-shiro .................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-spring ................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-stomp .................. 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:activemq-web .................... 5.14.5 -> 5.15.4
[INFO]   org.apache.activemq:artemis-amqp-protocol ............. 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-commons ................... 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-core-client ............... 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-jms-client ................ 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-jms-server ................ 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-journal ................... 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-native .................... 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-selector .................. 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-server .................... 1.5.5 -> 2.6.2
[INFO]   org.apache.activemq:artemis-service-extensions ........ 1.5.5 -> 2.6.2
[INFO]   org.apache.commons:commons-dbcp2 ...................... 2.1.1 -> 2.5.0
[INFO]   org.apache.commons:commons-pool2 ...................... 2.4.3 -> 2.6.0
[INFO]   org.apache.derby:derby ........................ 10.13.1.1 -> 10.14.2.0
[INFO]   org.apache.httpcomponents:httpasyncclient ............. 4.1.3 -> 4.1.4
[INFO]   org.apache.httpcomponents:httpclient .................. 4.5.5 -> 4.5.6
[INFO]   org.apache.httpcomponents:httpcore ................... 4.4.9 -> 4.4.10
[INFO]   org.apache.httpcomponents:httpmime .................... 4.5.5 -> 4.5.6
[INFO]   org.apache.logging.log4j:log4j-1.2-api ................. 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-api ..................... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-api-scala_2.10 ............ 2.7 -> 11.0
[INFO]   org.apache.logging.log4j:log4j-api-scala_2.11 ............ 2.7 -> 11.0
[INFO]   org.apache.logging.log4j:log4j-core .................... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-flume-ng ................ 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-iostreams ............... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-jcl ..................... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-jmx-gui ................. 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-jul ..................... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-liquibase ............... 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-nosql .................... 2.7 -> 2.9.1
[INFO]   org.apache.logging.log4j:log4j-slf4j-impl .............. 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-taglib .................. 2.7 -> 2.11.1
[INFO]   org.apache.logging.log4j:log4j-web ..................... 2.7 -> 2.11.1
[INFO]   org.apache.solr:solr-analysis-extras .................. 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-analytics ........................ 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-cell ............................. 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-clustering ....................... 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-core ............................. 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-dataimporthandler ................ 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-dataimporthandler-extras ......... 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-langid ........................... 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-map-reduce ....................... 5.5.5 -> 6.5.1
[INFO]   org.apache.solr:solr-morphlines-cell .................. 5.5.5 -> 6.5.1
[INFO]   org.apache.solr:solr-morphlines-core .................. 5.5.5 -> 6.5.1
[INFO]   org.apache.solr:solr-solrj ............................ 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-test-framework ................... 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-uima ............................. 5.5.5 -> 7.4.0
[INFO]   org.apache.solr:solr-velocity ......................... 5.5.5 -> 7.4.0
[INFO]   org.apache.tomcat:tomcat-annotations-api ............ 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat:tomcat-jdbc ....................... 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat:tomcat-jsp-api .................... 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat.embed:tomcat-embed-core ........... 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat.embed:tomcat-embed-el ............. 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat.embed:tomcat-embed-jasper ......... 8.5.27 -> 9.0.10
[INFO]   org.apache.tomcat.embed:tomcat-embed-websocket ...... 8.5.27 -> 9.0.10
[INFO]   org.aspectj:aspectjrt ................................ 1.8.13 -> 1.9.1
[INFO]   org.aspectj:aspectjtools ............................. 1.8.13 -> 1.9.1
[INFO]   org.aspectj:aspectjweaver ............................ 1.8.13 -> 1.9.1
[INFO]   org.assertj:assertj-core ............................. 2.6.0 -> 3.10.0
[INFO]   org.codehaus.groovy:groovy ................... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-all ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-ant ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-bsf ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-console ........... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-docgenerator ...... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-groovydoc ......... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-groovysh .......... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-jmx ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-json .............. 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-jsr223 ............ 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-nio ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-servlet ........... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-sql ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-swing ............. 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-templates ......... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-test .............. 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-testng ............ 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.groovy:groovy-xml ............... 2.4.13 -> 3.0.0-alpha-3
[INFO]   org.codehaus.janino:janino ............................ 2.7.8 -> 3.0.8
[INFO]   org.eclipse.jetty:apache-jsp ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:apache-jstl .......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-alpn-client .... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-alpn-java-client ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-alpn-java-server ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-alpn-server .... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-annotations .... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-ant ............ 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-client ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-continuation ... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-deploy ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-hazelcast ...... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-http ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-http-spi ....... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-infinispan ..... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-io ............. 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-jaas ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-jaspi .......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-jmx ............ 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-jndi ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-nosql .......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-plus ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-proxy .......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-quickstart ..... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-rewrite ........ 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-runner ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-security ....... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-server ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-servlet ........ 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-servlets ....... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-spring ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-start .......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-unixsocket ..... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-util ........... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-util-ajax ...... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-webapp ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty:jetty-xml ............ 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.cdi:cdi-core ......... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.cdi:cdi-servlet ...... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.fcgi:fcgi-client ..... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.fcgi:fcgi-server ..... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.gcloud:jetty-gcloud-session-manager ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.http2:http2-client ... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.http2:http2-common ... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.http2:http2-hpack .... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.http2:http2-http-client-transport ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.http2:http2-server ... 9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.memcached:jetty-memcached-sessions ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.osgi:jetty-httpservice ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.osgi:jetty-osgi-boot ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.osgi:jetty-osgi-boot-jsp ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.osgi:jetty-osgi-boot-warurl ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:javax-websocket-client-impl ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:websocket-api ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:websocket-client ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:websocket-common ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:websocket-server ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.eclipse.jetty.websocket:websocket-servlet ...
[INFO]                                            9.4.8.v20171121 -> 9.4.12.RC1
[INFO]   org.ehcache:ehcache ................................... 3.2.3 -> 3.5.2
[INFO]   org.ehcache:ehcache-clustered ......................... 3.2.3 -> 3.5.2
[INFO]   org.ehcache:ehcache-transactions ...................... 3.2.3 -> 3.5.2
[INFO]   org.elasticsearch:elasticsearch ....................... 2.4.6 -> 6.3.2
[INFO]   org.firebirdsql.jdbc:jaybird-jdk17 ................... 2.2.14 -> 3.0.4
[INFO]   org.firebirdsql.jdbc:jaybird-jdk18 ................... 2.2.14 -> 3.0.4
[INFO]   org.flywaydb:flyway-core .............................. 3.2.1 -> 5.1.4
[INFO]   org.freemarker:freemarker ................ 2.3.27-incubating -> 2.3.28
[INFO]   org.glassfish:javax.el ............................ 3.0.0 -> 3.0.1-b10
[INFO]   org.glassfish.jersey.bundles.repackaged:jersey-guava ...
[INFO]                                                       2.25.1 -> 2.26-b03
[INFO]   org.glassfish.jersey.containers:jersey-container-servlet ...
[INFO]                                                           2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.containers:jersey-container-servlet-core ...
[INFO]                                                           2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.core:jersey-client ............... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.core:jersey-common ............... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.core:jersey-server ............... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.ext:jersey-bean-validation ....... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.ext:jersey-entity-filtering ...... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.ext:jersey-spring3 ........... 2.25.1 -> 2.26-b03
[INFO]   org.glassfish.jersey.media:jersey-media-jaxb .......... 2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.media:jersey-media-json-jackson ...
[INFO]                                                           2.25.1 -> 2.27
[INFO]   org.glassfish.jersey.media:jersey-media-multipart ..... 2.25.1 -> 2.27
[INFO]   org.hibernate:hibernate-core ............. 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-ehcache .......... 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-entitymanager .... 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-envers ........... 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-java8 ............ 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-jpamodelgen ...... 5.0.12.Final -> 5.3.0.Beta1
[INFO]   org.hibernate:hibernate-validator ........ 5.3.6.Final -> 6.0.11.Final
[INFO]   org.hibernate:hibernate-validator-annotation-processor ...
[INFO]                                              5.3.6.Final -> 6.0.11.Final
[INFO]   org.hsqldb:hsqldb ..................................... 2.3.5 -> 2.4.1
[INFO]   org.infinispan:infinispan-jcache ......... 8.2.8.Final -> 9.4.0.Alpha1
[INFO]   org.infinispan:infinispan-spring4-common ...
[INFO]                                              8.2.8.Final -> 9.4.0.Alpha1
[INFO]   org.infinispan:infinispan-spring4-embedded ...
[INFO]                                              8.2.8.Final -> 9.4.0.Alpha1
[INFO]   org.javassist:javassist ...................... 3.21.0-GA -> 3.22.0-CR2
[INFO]   org.jboss.logging:jboss-logging ........... 3.3.1.Final -> 3.3.2.Final
[INFO]   org.jboss.narayana.jta:jdbc .............. 5.5.31.Final -> 5.9.0.Final
[INFO]   org.jboss.narayana.jta:jms ............... 5.5.31.Final -> 5.9.0.Final
[INFO]   org.jboss.narayana.jta:jta ............... 5.5.31.Final -> 5.9.0.Final
[INFO]   org.jboss.narayana.jts:narayana-jts-integration ...
[INFO]                                              5.5.31.Final -> 5.9.0.Final
[INFO]   org.jolokia:jolokia-core .............................. 1.3.7 -> 1.6.0
[INFO]   org.jooq:jooq ........................................ 3.9.6 -> 3.11.3
[INFO]   org.jooq:jooq-codegen ................................ 3.9.6 -> 3.11.3
[INFO]   org.jooq:jooq-meta ................................... 3.9.6 -> 3.11.3
[INFO]   org.json:json ................................... 20140107 -> 20180130
[INFO]   org.liquibase:liquibase-core .......................... 3.5.3 -> 3.6.2
[INFO]   org.mariadb.jdbc:mariadb-java-client .................. 1.5.9 -> 2.2.6
[INFO]   org.mockito:mockito-core ........................... 1.10.19 -> 2.21.0
[INFO]   org.mongodb:mongo-java-driver ......................... 3.4.3 -> 3.8.0
[INFO]   org.mongodb:mongodb-driver ............................ 3.4.3 -> 3.8.0
[INFO]   org.mortbay.jasper:apache-el ...................... 8.0.33 -> 8.5.24.2
[INFO]   org.neo4j:neo4j-ogm-api ........................... 2.1.6 -> 3.1.1-RC1
[INFO]   org.neo4j:neo4j-ogm-core .......................... 2.1.6 -> 3.1.1-RC1
[INFO]   org.neo4j:neo4j-ogm-http-driver ................... 2.1.6 -> 3.1.1-RC1
[INFO]   org.postgresql:postgresql ............... 9.4.1212.jre7 -> 42.2.4.jre7
[INFO]   org.projectlombok:lombok ........................... 1.16.20 -> 1.18.2
[INFO]   org.seleniumhq.selenium:htmlunit-driver ............... 2.21 -> 2.32.0
[INFO]   org.seleniumhq.selenium:selenium-api ................ 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-chrome-driver ...... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-edge-driver ........ 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-firefox-driver ..... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-ie-driver .......... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-java ............... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-remote-driver ...... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-safari-driver ...... 2.53.1 -> 3.14.0
[INFO]   org.seleniumhq.selenium:selenium-support ............ 2.53.1 -> 3.14.0
[INFO]   org.skyscreamer:jsonassert ............................ 1.4.0 -> 1.5.0
[INFO]   org.slf4j:jcl-over-slf4j ....................... 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:jul-to-slf4j ......................... 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:log4j-over-slf4j ..................... 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-api ............................ 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-ext ............................ 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-jdk14 .......................... 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-log4j12 ........................ 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-nop ............................ 1.7.25 -> 1.8.0-beta2
[INFO]   org.slf4j:slf4j-simple ......................... 1.7.25 -> 1.8.0-beta2
[INFO]   org.spockframework:spock-core ....... 1.0-groovy-2.4 -> 1.1-groovy-2.4
[INFO]   org.spockframework:spock-spring ..... 1.0-groovy-2.4 -> 1.1-groovy-2.4
[INFO]   org.springframework:spring-aop ....... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-aspects ... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-beans ..... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-context ... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-context-support ...
[INFO]                                          4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-core ...... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-expression ...
[INFO]                                          4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-instrument ...
[INFO]                                          4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-instrument-tomcat ...
[INFO]                                         4.3.14.RELEASE -> 4.3.18.RELEASE
[INFO]   org.springframework:spring-jdbc ...... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-jms ....... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-messaging ...
[INFO]                                          4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-orm ....... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-oxm ....... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-test ...... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-tx ........ 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-web ....... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-webmvc .... 4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework:spring-webmvc-portlet ...
[INFO]                                         4.3.14.RELEASE -> 4.3.18.RELEASE
[INFO]   org.springframework:spring-websocket ...
[INFO]                                          4.3.14.RELEASE -> 5.0.8.RELEASE
[INFO]   org.springframework.amqp:spring-amqp ...
[INFO]                                           1.7.6.RELEASE -> 2.0.5.RELEASE
[INFO]   org.springframework.amqp:spring-rabbit ...
[INFO]                                           1.7.6.RELEASE -> 2.0.5.RELEASE
[INFO]   org.springframework.batch:spring-batch-core ...
[INFO]                                           3.0.8.RELEASE -> 4.0.1.RELEASE
[INFO]   org.springframework.batch:spring-batch-infrastructure ...
[INFO]                                           3.0.8.RELEASE -> 4.0.1.RELEASE
[INFO]   org.springframework.batch:spring-batch-integration ...
[INFO]                                           3.0.8.RELEASE -> 4.0.1.RELEASE
[INFO]   org.springframework.batch:spring-batch-test ...
[INFO]                                           3.0.8.RELEASE -> 4.0.1.RELEASE
[INFO]   org.springframework.boot:spring-boot ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-actuator ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-actuator-docs ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-autoconfigure ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-autoconfigure-processor ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-configuration-metadata ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-configuration-processor ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-devtools ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-loader ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-loader-tools ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-activemq ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-actuator ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-amqp ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-aop ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-artemis ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-batch ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-cache ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-cloud-connectors ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-cassandra ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-couchbase ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-elasticsearch ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-gemfire ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-jpa ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-ldap ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-mongodb ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-neo4j ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-redis ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-rest ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-data-solr ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-freemarker ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-groovy-templates ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-hateoas ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-integration ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jdbc ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jersey ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jetty ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jooq ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jta-atomikos ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jta-bitronix ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-jta-narayana ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-log4j2 ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-logging ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-mail ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-mobile ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-mustache ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-remote-shell ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-security ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-social-facebook ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-social-linkedin ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-social-twitter ...
[INFO]                                         1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-test ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-thymeleaf ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-tomcat ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-undertow ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-validation ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-web ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-web-services ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-starter-websocket ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-test ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.boot:spring-boot-test-autoconfigure ...
[INFO]                                          1.5.10.RELEASE -> 2.0.4.RELEASE
[INFO]   org.springframework.cloud:spring-cloud-cloudfoundry-connector ...
[INFO]                                           1.2.5.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.cloud:spring-cloud-core ...
[INFO]                                           1.2.5.RELEASE -> 1.2.6.RELEASE
[INFO]   org.springframework.cloud:spring-cloud-heroku-connector ...
[INFO]                                           1.2.5.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.cloud:spring-cloud-localconfig-connector ...
[INFO]                                           1.2.5.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.cloud:spring-cloud-spring-service-connector ...
[INFO]                                           1.2.5.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.data:spring-cql ...
[INFO]                                         1.5.10.RELEASE -> 1.5.14.RELEASE
[INFO]   org.springframework.data:spring-data-cassandra ...
[INFO]                                          1.5.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-commons ...
[INFO]                                         1.13.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-couchbase ...
[INFO]                                          2.2.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-elasticsearch ...
[INFO]                                          2.1.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-envers ...
[INFO]                                          1.1.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-gemfire ...
[INFO]                                          1.9.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-jpa ...
[INFO]                                         1.11.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-keyvalue ...
[INFO]                                          1.2.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-ldap ...
[INFO]                                          1.0.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-mongodb ...
[INFO]                                         1.10.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-mongodb-cross-store ...
[INFO]                                         1.10.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-mongodb-log4j ...
[INFO]                                       1.10.10.RELEASE -> 1.10.14.RELEASE
[INFO]   org.springframework.data:spring-data-neo4j ...
[INFO]                                          4.2.10.RELEASE -> 5.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-redis ...
[INFO]                                          1.8.10.RELEASE -> 2.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-rest-core ...
[INFO]                                          2.6.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-rest-hal-browser ...
[INFO]                                          2.6.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-rest-webmvc ...
[INFO]                                          2.6.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.data:spring-data-solr ...
[INFO]                                          2.1.10.RELEASE -> 3.0.9.RELEASE
[INFO]   org.springframework.hateoas:spring-hateoas ...
[INFO]                                         0.23.0.RELEASE -> 0.25.0.RELEASE
[INFO]   org.springframework.integration:spring-integration-amqp ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-core ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-event ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-feed ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-file ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-ftp ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-gemfire ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-groovy ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-http ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-ip ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-jdbc ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-jms ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-jmx ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-jpa ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-mail ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-mongodb ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-mqtt ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-redis ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-rmi ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-scripting ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-security ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-sftp ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-stomp ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-stream ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-syslog ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-test ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-twitter ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-websocket ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-ws ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-xml ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-xmpp ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.integration:spring-integration-zookeeper ...
[INFO]                                          4.3.14.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.kafka:spring-kafka ...
[INFO]                                           1.1.7.RELEASE -> 2.1.8.RELEASE
[INFO]   org.springframework.kafka:spring-kafka-test ...
[INFO]                                           1.1.7.RELEASE -> 2.1.8.RELEASE
[INFO]   org.springframework.restdocs:spring-restdocs-core ...
[INFO]                                           1.1.3.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.restdocs:spring-restdocs-mockmvc ...
[INFO]                                           1.1.3.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.restdocs:spring-restdocs-restassured ...
[INFO]                                           1.1.3.RELEASE -> 2.0.2.RELEASE
[INFO]   org.springframework.security:spring-security-acl ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-aspects ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-cas ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-config ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-core ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-crypto ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-data ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-ldap ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-messaging ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-openid ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-remoting ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-taglibs ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-test ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security:spring-security-web ...
[INFO]                                           4.2.4.RELEASE -> 5.0.7.RELEASE
[INFO]   org.springframework.security.oauth:spring-security-oauth ...
[INFO]                                          2.0.14.RELEASE -> 2.3.3.RELEASE
[INFO]   org.springframework.security.oauth:spring-security-oauth2 ...
[INFO]                                          2.0.14.RELEASE -> 2.3.3.RELEASE
[INFO]   org.springframework.session:spring-session ...
[INFO]                                           1.3.1.RELEASE -> 1.3.3.RELEASE
[INFO]   org.springframework.session:spring-session-data-gemfire ...
[INFO]                                           1.3.1.RELEASE -> 2.0.3.RELEASE
[INFO]   org.springframework.session:spring-session-data-mongo ...
[INFO]                                           1.3.1.RELEASE -> 1.3.3.RELEASE
[INFO]   org.springframework.session:spring-session-data-redis ...
[INFO]                                           1.3.1.RELEASE -> 2.0.5.RELEASE
[INFO]   org.springframework.session:spring-session-hazelcast ...
[INFO]                                           1.3.1.RELEASE -> 2.0.5.RELEASE
[INFO]   org.springframework.session:spring-session-jdbc ...
[INFO]                                           1.3.1.RELEASE -> 2.0.5.RELEASE
[INFO]   org.springframework.social:spring-social-config ...
[INFO]                                           1.1.4.RELEASE -> 1.1.6.RELEASE
[INFO]   org.springframework.social:spring-social-core ...
[INFO]                                           1.1.4.RELEASE -> 1.1.6.RELEASE
[INFO]   org.springframework.social:spring-social-security ...
[INFO]                                           1.1.4.RELEASE -> 1.1.6.RELEASE
[INFO]   org.springframework.social:spring-social-web ...
[INFO]                                           1.1.4.RELEASE -> 1.1.6.RELEASE
[INFO]   org.springframework.ws:spring-ws-core ...
[INFO]                                           2.4.2.RELEASE -> 3.0.3.RELEASE
[INFO]   org.springframework.ws:spring-ws-security ...
[INFO]                                           2.4.2.RELEASE -> 3.0.3.RELEASE
[INFO]   org.springframework.ws:spring-ws-support ...
[INFO]                                           2.4.2.RELEASE -> 3.0.3.RELEASE
[INFO]   org.springframework.ws:spring-ws-test ...
[INFO]                                           2.4.2.RELEASE -> 3.0.3.RELEASE
[INFO]   org.thymeleaf:thymeleaf ............... 2.1.6.RELEASE -> 3.0.9.RELEASE
[INFO]   org.thymeleaf:thymeleaf-spring4 ....... 2.1.6.RELEASE -> 3.0.9.RELEASE
[INFO]   org.thymeleaf.extras:thymeleaf-extras-java8time ...
[INFO]                                           2.1.0.RELEASE -> 3.0.1.RELEASE
[INFO]   org.thymeleaf.extras:thymeleaf-extras-springsecurity4 ...
[INFO]                                           2.1.3.RELEASE -> 3.0.2.RELEASE
[INFO]   org.webjars:hal-browser ........................... 9f96c74 -> 3325375
[INFO]   org.webjars:webjars-locator ........................... 0.32-1 -> 0.34
[INFO]   org.xerial:sqlite-jdbc .............................. 3.15.1 -> 3.23.1
[INFO]   org.yaml:snakeyaml ...................................... 1.17 -> 1.21
[INFO]   xml-apis:xml-apis .................................... 1.4.01 -> 2.0.2
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO]   com.google.api-client:google-api-client ............. 1.23.0 -> 1.24.1
[INFO]   com.google.appengine:appengine-api-1.0-sdk .......... 1.9.62 -> 1.9.64
[INFO]   com.google.appengine:appengine-endpoints ............ 1.9.28 -> 1.9.64
[INFO]   com.google.auth:google-auth-library-oauth2-http ...... 0.9.0 -> 0.10.0
[INFO]   com.googlecode.objectify:objectify ..................... 5.1.22 -> 6.0
[INFO]   io.grpc:grpc-auth .................................... 1.9.0 -> 1.14.0
[INFO]   io.grpc:grpc-netty ................................... 1.9.0 -> 1.14.0
[INFO]   io.grpc:grpc-protobuf ................................ 1.9.0 -> 1.14.0
[INFO]   io.grpc:grpc-stub .................................... 1.9.0 -> 1.14.0
[INFO]   io.jsonwebtoken:jjwt .................................. 0.6.0 -> 0.9.1
[INFO]   io.netty:netty-handler .................. 4.1.17.Final -> 5.0.0.Alpha2
[INFO]   io.netty:netty-tcnative-boringssl-static ...
[INFO]                                              2.0.7.Final -> 2.0.12.Final
[INFO]   javax.servlet.jsp:javax.servlet.jsp-api ............... 2.3.1 -> 2.3.3
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.authzserver ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.client ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.common ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.dynamicreg.client ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.dynamicreg.server ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4 ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]   org.apache.oltu.oauth2:org.apache.oltu.oauth2.resourceserver ...
[INFO]                                                           1.0.0 -> 1.0.2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.3:display-plugin-updates (default) @ dashboard ---
[INFO]
[INFO] The following plugin updates are available:
[INFO]   com.google.cloud.tools:appengine-maven-plugin .... 1.3.2 -> 2.0.0-rc1
[INFO]   maven-compiler-plugin .................................. 3.3 -> 3.8.0
[INFO]   maven-war-plugin ..................................... 3.1.0 -> 3.2.2
[INFO]   org.codehaus.mojo:exec-maven-plugin .................. 1.5.0 -> 1.6.0
[INFO]   org.codehaus.mojo:versions-maven-plugin .................. 2.3 -> 2.5
[INFO]   org.springframework.boot:spring-boot-maven-plugin  1.5.10.RELEASE -> 1.5.15.RELEASE
[INFO]   org.xolstice.maven.plugins:protobuf-maven-plugin ..... 0.5.0 -> 0.5.1
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.1.0
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-resources-plugin .................... (from super-pom) 3.1.0
[WARNING]   maven-site-plugin ......................... (from super-pom) 3.7.1
[WARNING]   maven-surefire-plugin .................... (from super-pom) 2.22.0
[INFO]
[INFO] Project defines minimum Maven version as: 3.3.9
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.4 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO] Require Maven 3.5 to use the following plugin updates:
[INFO]   org.springframework.boot:spring-boot-maven-plugin ..... 2.0.4.RELEASE
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dashboard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/blanchma/workspace/smart-home-dashboard/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ dashboard ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ dashboard ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:3.0.0:war (default-war) @ dashboard ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dashboard] in [/Users/blanchma/workspace/smart-home-dashboard/target/dashboard-0.1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [285 msecs]
[INFO] Building war: /Users/blanchma/workspace/smart-home-dashboard/target/dashboard-0.1.0-SNAPSHOT.war
[INFO]
[INFO] <<< appengine-maven-plugin:1.3.2:deploy (default-cli) < package @ dashboard <<<
[INFO]
[INFO]
[INFO] --- appengine-maven-plugin:1.3.2:deploy (default-cli) @ dashboard ---
[INFO] Staging the application to: /Users/blanchma/workspace/smart-home-dashboard/target/appengine-staging
[INFO] Detected App Engine flexible environment application.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.443 s
[INFO] Finished at: 2018-08-03T17:34:31-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.google.cloud.tools:appengine-maven-plugin:1.3.2:deploy (default-cli) on project dashboard: Execution default-cli of goal com.google.cloud.tools:appengine-maven-plugin:1.3.2:deploy failed: java.nio.file.NoSuchFileException: /Users/blanchma/workspace/smart-home-dashboard/src/main/appengine/app.yaml -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Fleker commented 6 years ago

If I run mvn appengine:run or mvn appengine:deploy, I see the auto-generated app.yaml.

If you still can't find it, here are the contents of the file.

runtime: java8
inbound_services:
- warmup
derived_file_type:
- java_precompiled
threadsafe: True
auto_id_policy: default
api_version: '1.0'
handlers:
- url: (/.*/)
  static_files: __static__\1index.html
  upload: __NOT_USED__
  require_matching_file: True
  login: optional
  secure: optional
- url: (/)
  static_files: __static__\1index.html
  upload: __NOT_USED__
  require_matching_file: True
  login: optional
  secure: optional
- url: (/.*)
  static_files: __static__\1
  upload: __NOT_USED__
  require_matching_file: True
  login: optional
  secure: optional
- url: /.*
  script: unused
  login: optional
  secure: optional
Fleker commented 6 years ago

I pulled the sample again today and ran through the instructions. Doing mvn compile before mvn appengine:deploy does seem to generate the app.yaml.

wxhuang commented 6 years ago

Try to build the frontend in the project with npm manually first and then deploy to the project with mvn,the problem will be resolved.

ldgmaia commented 5 years ago

Try to build the frontend in the project with npm manually first and then deploy to the project with mvn,the problem will be resolved.

How do you do this?

Fleker commented 5 years ago

I think you mean to follow these steps?

cd src/main/ngapp
npm install
npm run build
# Built files will be added in src/main/webapp
ldgmaia commented 5 years ago

I think you mean to follow these steps?

cd src/main/ngapp
npm install
npm run build
# Built files will be added in src/main/webapp

These steps are OK for me. One problem that I have is that I never got the app.yml generated automatically. And one more thing. I was using Java 11 and I was getting a lot of errors, then I tried with Java 8. I think would be good to have the environment you use with the software versions as well.

Fleker commented 5 years ago

So it works with Java 8, but not Java 11? I don't think this project is doing anything that requires a specific language.

pravynandas commented 4 years ago

mvn clean and mvn package generated the missing app.yml for me.