The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events