Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to include Apache Poi dependency in Jira Plugin ?

Albert Cameron
September 1, 2021

Just putting this dependeny in the pom.xml file of a Jira Plugin crashes the whole application:

<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.0.0</version>
</dependency>

 First it says :

Failed to execute goal com.atlassian.maven.plugins:jira-maven-plugin:8.1.0:validate-banned-dependencies (default-validate-banned-dependencies) on project aanf-transformer: Some Enforcer rules have failed.

Why is this happening. I cannot execute lifecycle mvn install 

1 answer

1 vote
Aylin Kohls
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 30, 2017

Hi Gonzalo, at least in Cloud, instead of html you should use wiki markup, for example {color:red}*Project JIRA*{color}.

But in my case, I see the description in red color only in the Custom fields screen, when the field is in the create issue screen, is in black sad

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 30, 2017

HTML is a security risk and is gradually being removed from almost all areas where people used to use it too.  That's why it's not working, it's not supportable, so Atlassian don't use it.

Suggest an answer

Log in or Sign up to answer