We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7844d commit ccd5bf9Copy full SHA for ccd5bf9
integration-tests/it-common/pom.xml
@@ -37,5 +37,15 @@
37
<groupId>org.apache.servicecomb</groupId>
38
<artifactId>inspector</artifactId>
39
</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
46
47
+ <artifactId>jetty-alpn-openjdk8-client</artifactId>
48
49
50
</dependencies>
51
</project>
integration-tests/it-common/src/main/resources/microservice.yaml
@@ -50,4 +50,4 @@ servicecomb:
uploads:
directory: target
52
codec:
53
- printErrorMessage: true
+ printErrorMessage: true
0 commit comments