We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd3df5 + 149bfc2 commit f75dc9cCopy full SHA for f75dc9c
1 file changed
pom.xml
@@ -19,7 +19,7 @@
19
20
<properties>
21
<java.version>8</java.version>
22
- <pluginserver.version>0.2.2</pluginserver.version>
+ <pluginserver.version>0.2.3</pluginserver.version>
23
<grpc-starter.version>2.15.0.RELEASE</grpc-starter.version>
24
<netty-tcnative-boringssl-static.version>2.0.59.Final</netty-tcnative-boringssl-static.version>
25
<protobuf.version>3.19.1</protobuf.version>
@@ -271,7 +271,8 @@
271
<artifactId>maven-surefire-plugin</artifactId>
272
<version>3.0.0-M5</version>
273
<configuration>
274
- <argLine>-javaagent:${jetty.alpnAgent.path}</argLine>
+ <excludes>
275
+ </excludes>
276
</configuration>
277
</plugin>
278
</plugins>
0 commit comments