This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 5dee0fec5d6a81953ea9ad4035e099e60703775a
Author: yhs0092 <[email protected]>
AuthorDate: Mon Sep 14 10:38:35 2020 +0800

    [SCB-2025]travis CI updated to jdk 1.8.0_252 and alpn configuration changed
---
 integration-tests/it-common/pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/integration-tests/it-common/pom.xml 
b/integration-tests/it-common/pom.xml
index 4427770..1139768 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
+</project>

Reply via email to