paulrutter commented on code in PR #298:
URL: https://github.com/apache/felix-dev/pull/298#discussion_r1503059549


##########
http/jetty12/pom.xml:
##########
@@ -181,6 +181,9 @@
                             org.apache.commons.*
                         </Conditional-Package>
                         <Import-Package>
+                            jakarta.annotation.*;resolution:=optional,
+                            jakarta.transaction.*;resolution:=optional,
+                            org.objectweb.asm.*;resolution:=optional,

Review Comment:
   Same for this one, without this optional resoluton, the bundle won't start. 



##########
http/jetty12/pom.xml:
##########
@@ -181,6 +181,9 @@
                             org.apache.commons.*
                         </Conditional-Package>
                         <Import-Package>
+                            jakarta.annotation.*;resolution:=optional,
+                            jakarta.transaction.*;resolution:=optional,
+                            org.objectweb.asm.*;resolution:=optional,

Review Comment:
   Same for this one, without this optional resolution, the bundle won't start. 



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