wu-sheng commented on code in PR #781:
URL: https://github.com/apache/skywalking-java/pull/781#discussion_r2538584142


##########
test/plugin/scenarios/gateway-4.1.2.x-scenario/gateway-projectA-scenario/pom.xml:
##########
@@ -34,6 +34,12 @@
             <artifactId>spring-cloud-starter-gateway</artifactId>
             <version>${test.framework.version}</version>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-resolver-dns-native-macos</artifactId>
+            <classifier>osx-aarch_64</classifier>
+            <version>4.1.114.Final</version>
+        </dependency>

Review Comment:
   Our tests are not locked in macOS. I have doubts about this fix. This 
dependency is really required, should only be used in the package in MacOS, not 
always.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to