You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by sm...@apache.org on 2020/06/06 10:02:55 UTC

[incubator-nlpcraft] 01/01: NLPCRAFT-73: Add new maven profile for GridGain Control Center Agent.

This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch NLPCRAFT-73
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit 07486cac030647dc6c6469267faf7622ae89de75
Author: smakov <sm...@apache.org>
AuthorDate: Sat Jun 6 13:02:41 2020 +0300

    NLPCRAFT-73: Add new maven profile for GridGain Control Center Agent.
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04ab639..58f87ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,6 +584,24 @@
         </profile>
 
         <profile>
+            <id>gridgain-agent</id>
+            <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>
+        </profile>
+
+        <profile>
             <id>release</id>
             <activation>
                 <property>