Forums

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

Which Jar file contains com.atlassian.confluence.plugin.services.VelocityHelperService

Prasad Patil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2024

I am trying to upgrade my confluence plugin app to 8.9.0
Since,

VelocityUtils is not deprecated. I want to change this to:

com.atlassian.confluence.plugin.services.VelocityHelperService

Which dependency I need to add in pom.xml to make it available?

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
March 19, 2026

Hi @Prasad Patil and welcome,

did u try to import 

<dependency>

    <groupId>com.atlassian.confluence</groupId>

    <artifactId>confluence</artifactId>

    <scope>provided</scope>

</dependency>
Hope this helps,
Fabio

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events