com.atlassian.jwt can't be imported in maven

Yassin Saddem October 4, 2019
<dependency>
<groupId>com.atlassian.jwt</groupId>
<artifactId>jwt-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jwt</groupId>
<artifactId>jwt-core</artifactId>
<version>3.1.0</version>
</dependency>

those two dependencies can't be imported into a spring boot Atlassian-connect app. I didn't understand the reason.

Screenshot from 2019-10-04 09-47-27.png 


 

1 answer

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2019

Hi @Yassin Saddem ,

I am not sure if it can be of any help, but you may want to review the below developers blog post:

 

If this does not help, please notice that this is not the best place to get support on development related issues. 

As mentioned in https://bitbucket.org/atlassian/atlassian-connect-spring-boot/src/master/ :

Getting help

If you need help using Spring Boot, see the Getting help section of the Spring Boot Reference Guide.

If you need help developing against Atlassian products, see the Atlassian Developer site.

If you need help using functionality provided by atlassian-connect-spring-boot, please ask in the Atlassian Developer Community.

If you want to report a problem, please raise a support request in Atlassian Ecosystem's Developer Service Desk.

 

So, in case the provided link does not help, you may want to ask this same question in the Atlassian Developer Community (run a search before posting your question. There are changes someone else already started a similar discussion).

 

Cheers,
Dario

Suggest an answer

Log in or Sign up to answer