API Authenticator Plugin - Pom dependency

Confluence User - 18 Aug, 2020

Hello. I am trying to use this plugin: API Authenticator Plugin

At some point it is said that this dependecy must be added.

<!-- Add apibuilder_api dependency -->
<dependency>
    <groupId>org.joget.api</groupId>
    <artifactId>apibuilder_api</artifactId>
    <version>${project.version}</version>
    <scope>provided</scope>
</dependency>

I added:

<dependency>
   <groupId>org.joget.api</groupId>
   <artifactId>apibuilder_api</artifactId>
   <version>6.0.22</version>
   <scope>provided</scope>
</dependency>

But, even doing 'Force update of snapshot / releases' on maven update this error appears:


Does anyone have any clue as to what I'm doing wrong?

Thanks.





plugins;api;auth

1


19 Aug, 2020
confluenceUser
confluenceUser

I think you need to key in the apibuilder_api version. DX is version 7, not 6

Go to the page you mentioned, scroll all the way down and download the basic authenticator sample plugin. There is a pom.xml in the zip file.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print