Aaron Radzinski created NLPCRAFT-73:
---------------------------------------
Summary: 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
Fix For: 0.7.0
We need to add maven profile with the following:
<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>
More information:
[https://www.gridgain.com/docs/control-center/latest/connect-ignite-cluster]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)