Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 149bfc2

Browse files
committed
[fix][*][0.2.3]: update modules version
1 parent 1bd3df5 commit 149bfc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>8</java.version>
22-
<pluginserver.version>0.2.2</pluginserver.version>
22+
<pluginserver.version>0.2.3</pluginserver.version>
2323
<grpc-starter.version>2.15.0.RELEASE</grpc-starter.version>
2424
<netty-tcnative-boringssl-static.version>2.0.59.Final</netty-tcnative-boringssl-static.version>
2525
<protobuf.version>3.19.1</protobuf.version>
@@ -271,7 +271,8 @@
271271
<artifactId>maven-surefire-plugin</artifactId>
272272
<version>3.0.0-M5</version>
273273
<configuration>
274-
<argLine>-javaagent:${jetty.alpnAgent.path}</argLine>
274+
<excludes>
275+
</excludes>
275276
</configuration>
276277
</plugin>
277278
</plugins>

0 commit comments

Comments
 (0)