rzo1 commented on code in PR #2898:
URL: https://github.com/apache/tomee/pull/2898#discussion_r3729856798


##########
itests/tomee-microprofile-itests/pom.xml:
##########
@@ -30,6 +30,11 @@
   <packaging>jar</packaging>
   <name>TomEE :: iTests :: TomEE MicroProfile</name>
 
+  <properties>
+    <opentelemetry.version>1.62.0</opentelemetry.version>

Review Comment:
   Can we put (and manage) them in the root pom of TomEE? 



##########
tomee/tomee-microprofile/mp-common/pom.xml:
##########
@@ -292,6 +292,12 @@
       </exclusions>
     </dependency>
 
+    <dependency>
+      <groupId>io.opentelemetry</groupId>
+      <artifactId>opentelemetry-sdk-extension-declarative-config</artifactId>
+      <version>1.62.0-alpha</version>

Review Comment:
   Same as the comment above? Put it into root pom and dep manage it? 



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