I am trying to add some third party jars to our test instance. I saw that in JIRA we have 3 pom.xml files:
/atlassian/jira/atlassian-jira/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml
/atlassian/jira/atlassian-jira/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.xml
/atlassian/jira/atlassian-jira/WEB-INF/classes/META-INF/maven/com.atlassian.jira/jira-core/pom.xml
I tried modifying the first and third one with no success. I am guessing there is another master POM.xml I need to modify.
I need to add the following libs:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20171018</version>
</dependency>
I can also confirm that I have marked them as compile using <scope>compile</scope>.
Any support with this would be very appreciated.
Hi @zerobarat1 ,
Even if I might not be the best person to answer this question, can you kindly let us know what you are trying to achieve (building a plugin or anything else)?
If you are building a plugin, then this topic has already been discussed in the below threads:
Cheers,
Dario
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.