We trying to configure CRISPE api with CMS 10.2 version, please help us

Hi All,

We are trying to configure CRISPE api configuration with CMS 10.2 version.
Since we don’t have support to 10.2 version cms i couldn’t get info related to this from bloom rich pages.
I tried to fallow below page…

I tried make maven entries in site/pom.xml and cms/pom.xml.

is it right way to do it ?

if this is not right way, please let me know how to make external API calls from CMS 10.2

i don’t see crisp:moduleconfig in console.

<dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-api</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-core</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-hst</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>

cms:

<dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-api</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-core</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-hst</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.onehippo.cms7</groupId>
      <artifactId>hippo-addon-crisp-repository</artifactId>
      <version>${hippo.addon-crisp.version}</version>
    </dependency>

thanks & regards
Ganesh

Hi Ganesh,

I think the earliest version of CRISP API (1.x) was for v11. See the compatibility table in this page:

Regards,

Woonsan

HI Woonsanko,

thanks for your reply and i have used 1.0.4 crisp version, i could see crisprepo node in console.
Now i have to try to configure external REST api and verify.
will get back to you if i stuck … :slight_smile:

thanks & regards
Ganesh

Hi Woonsanko,

**org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker what is the alternative class or version of **
hippo-addon-crisp-api-2.5.0.jar for CRSIP api version 1.0.4.

thanks & regards
Ganesh