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


##########
pom.xml:
##########
@@ -213,6 +214,11 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>tools.profiler</groupId>
+                <artifactId>async-profiler</artifactId>
+                <version>${async-profiler.version}</version>
+            </dependency>

Review Comment:
   Please move this the last one rather than the first.



##########
pom.xml:
##########
@@ -87,6 +87,7 @@
 
         <!-- core lib dependency -->
         <bytebuddy.version>1.14.9</bytebuddy.version>
+        <async-profiler.version>3.0</async-profiler.version>

Review Comment:
   Please move this the last one rather than the first.



-- 
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