You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by br...@apache.org on 2022/10/11 07:09:15 UTC

[activemq-artemis] branch main updated: NO-JIRA Add direct jakarta.annotation-api dependency to integration-tests

This is an automated email from the ASF dual-hosted git repository.

brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 47e82c4ad0 NO-JIRA Add direct jakarta.annotation-api dependency to integration-tests
47e82c4ad0 is described below

commit 47e82c4ad037c2d2b9177403c5a7de4d12074caf
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Fri Oct 7 14:19:29 2022 +0200

    NO-JIRA Add direct jakarta.annotation-api dependency to integration-tests
    
    ResourceLoadingSslContext depends on jakarta.annotation-api
---
 tests/integration-tests/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 7f24008eaa..949827db55 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -203,6 +203,10 @@
          <groupId>jakarta.management.j2ee</groupId>
          <artifactId>jakarta.management.j2ee-api</artifactId>
       </dependency>
+      <dependency>
+         <groupId>jakarta.annotation</groupId>
+         <artifactId>jakarta.annotation-api</artifactId>
+      </dependency>
       <dependency>
          <groupId>io.netty</groupId>
          <artifactId>netty-buffer</artifactId>