Skip to content

Commit

Permalink
[SCB-2025]travis CI updated to jdk 1.8.0_252 and alpn configuration c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
liubao68 committed Jun 28, 2020
1 parent 6d8ee8a commit f1d1738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions integration-tests/it-common/pom.xml
Expand Up @@ -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>
Expand Up @@ -50,4 +50,4 @@ servicecomb:
uploads:
directory: target
codec:
printErrorMessage: true
printErrorMessage: true

0 comments on commit f1d1738

Please sign in to comment.