Skip to content

Commit ccd5bf9

Browse files
committed
[SCB-2025]travis CI updated to jdk 1.8.0_252 and alpn configuration changed
1 parent be7844d commit ccd5bf9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

integration-tests/it-common/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,15 @@
3737
<groupId>org.apache.servicecomb</groupId>
3838
<artifactId>inspector</artifactId>
3939
</dependency>
40+
<dependency>
41+
<groupId>org.eclipse.jetty</groupId>
42+
<artifactId>jetty-alpn-openjdk8-server</artifactId>
43+
<version>9.4.9.v20180320</version>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.eclipse.jetty</groupId>
47+
<artifactId>jetty-alpn-openjdk8-client</artifactId>
48+
<version>9.4.9.v20180320</version>
49+
</dependency>
4050
</dependencies>
4151
</project>

integration-tests/it-common/src/main/resources/microservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ servicecomb:
5050
uploads:
5151
directory: target
5252
codec:
53-
printErrorMessage: true
53+
printErrorMessage: true

0 commit comments

Comments
 (0)