Skip to content

Commit 1b61604

Browse files
committed
Add replacement annotation alongside deprecated one
1 parent 9527246 commit 1b61604

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

slack-server-integration-common/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<artifactId>atlassian-template-renderer-api</artifactId>
8989
<scope>provided</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>com.atlassian.velocity.htmlsafe</groupId>
93+
<artifactId>velocity-htmlsafe</artifactId>
94+
<scope>provided</scope>
95+
</dependency>
9196
<dependency>
9297
<groupId>commons-codec</groupId>
9398
<artifactId>commons-codec</artifactId>

slack-server-integration-common/src/main/java/com/atlassian/plugins/slack/velocity/VelocityPageBuilderService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.atlassian.plugins.slack.velocity;
22

3-
import com.atlassian.templaterenderer.annotations.HtmlSafe;
3+
import com.atlassian.velocity.htmlsafe.HtmlSafe;
44
import com.atlassian.webresource.api.assembler.PageBuilderService;
55
import org.springframework.beans.factory.annotation.Autowired;
66
import org.springframework.stereotype.Component;

0 commit comments

Comments
 (0)