This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
commit ccd5bf989bcaf8838a58712f5c41357149d2b0c0 Author: liubao <[email protected]> AuthorDate: Sun Jun 28 12:07:48 2020 +0800 [SCB-2025]travis CI updated to jdk 1.8.0_252 and alpn configuration changed --- integration-tests/it-common/pom.xml | 10 ++++++++++ .../it-common/src/main/resources/microservice.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/integration-tests/it-common/pom.xml b/integration-tests/it-common/pom.xml index 28e79a3..9c386dc 100644 --- a/integration-tests/it-common/pom.xml +++ b/integration-tests/it-common/pom.xml @@ -37,5 +37,15 @@ <groupId>org.apache.servicecomb</groupId> <artifactId>inspector</artifactId> </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-alpn-openjdk8-server</artifactId> + <version>9.4.9.v20180320</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-alpn-openjdk8-client</artifactId> + <version>9.4.9.v20180320</version> + </dependency> </dependencies> </project> \ No newline at end of file diff --git a/integration-tests/it-common/src/main/resources/microservice.yaml b/integration-tests/it-common/src/main/resources/microservice.yaml index dc0c937..07a70a9 100644 --- a/integration-tests/it-common/src/main/resources/microservice.yaml +++ b/integration-tests/it-common/src/main/resources/microservice.yaml @@ -50,4 +50,4 @@ servicecomb: uploads: directory: target codec: - printErrorMessage: true \ No newline at end of file + printErrorMessage: true
