[
https://issues.apache.org/jira/browse/AMQ-9244?focusedWorklogId=866827&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-866827
]
ASF GitHub Bot logged work on AMQ-9244:
---------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jun/23 19:19
Start Date: 21/Jun/23 19:19
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #1035:
URL: https://github.com/apache/activemq/pull/1035#discussion_r1237566439
##########
activemq-broker/pom.xml:
##########
@@ -66,6 +66,18 @@
<artifactId>activemq-jaas</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ <version>9.22</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.bitbucket.b_c</groupId>
+ <artifactId>jose4j</artifactId>
+ <version>0.7.9</version>
Review Comment:
The latest version is `0.9.3`. How come an older version is being used
instead of the latest?
Issue Time Tracking
-------------------
Worklog Id: (was: 866827)
Time Spent: 0.5h (was: 20m)
> Add JWT authentication plugin
> -----------------------------
>
> Key: AMQ-9244
> URL: https://issues.apache.org/jira/browse/AMQ-9244
> Project: ActiveMQ
> Issue Type: Task
> Components: Security/JAAS
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.19.0, 5.18.2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)