You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Makov (Jira)" <ji...@apache.org> on 2020/06/06 10:24:00 UTC

[jira] [Resolved] (NLPCRAFT-73) Add new maven profile for GridGain Control Center Agent.

     [ https://issues.apache.org/jira/browse/NLPCRAFT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Makov resolved NLPCRAFT-73.
----------------------------------
    Resolution: Fixed

> Add new maven profile for GridGain Control Center Agent.
> --------------------------------------------------------
>
>                 Key: NLPCRAFT-73
>                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-73
>             Project: NLPCraft
>          Issue Type: Task
>          Components: build
>            Reporter: Aaron Radzinski
>            Assignee: Sergey Makov
>            Priority: Major
>              Labels: maven, pull-request-available
>             Fix For: 0.7.0
>
>
> We need to add maven profile with the following. *NOTE*: the version {color:#de350b}*should be the same*{color} as the version of Ignite.
> {code:xml}
> <repositories>
>     <repository>
>         <id>GridGain External Repository</id>
>         <url>http://www.gridgainsystems.com/nexus/content/repositories/external</url>
>     </repository>
> </repositories>
> <dependencies>
>     <dependency>
>         <groupId>org.gridgain</groupId>
>         <artifactId>gridgain-control-center-agent</artifactId>
>         <version>2.8.1.0</version>
>     </dependency>
> </dependencies>
> {code}
> More information: [https://www.gridgain.com/docs/control-center/latest/connect-ignite-cluster]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)