I am trying to upgrade my confluence plugin app to 8.9.0
Since,
VelocityUtils is not deprecated. I want to change this to:
Hi @Prasad Patil and welcome,
did u try to import
<dependency>
<groupId>com.atlassian.confluence</groupId>
<artifactId>confluence</artifactId>
<scope>provided</scope>
</dependency>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.