Hello,
I'm trying to use net.minidev.json.JSONValue and sibling classes in my Confluence Server macro. When a method of this class is called for the first time, I've got a ClassNotFound exception. I've added the following dependency to pom.xml:
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>But I still have the same issue. What have I missed?
Thanks!