<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2019 GridGain Systems, Inc. and Contributors.

 Licensed under the GridGain Community Edition License (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     https://www.gridgain.com/products/software/community-edition/gridgain-community-edition-license

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gridgain</groupId>
  <artifactId>ignite-web</artifactId>
  <version>8.9.31</version>
  <description>Java-based middleware for in-memory processing of big data in a distributed environment.</description>
  <url>http://ignite.apache.org</url>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://www.apache.org/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dsetrakyan</id>
      <name>Dmitriy Setrakyan</name>
      <email>dsetrakyan at apache dot org</email>
    </developer>
    <developer>
      <id>agoncharuk</id>
      <name>Alexey Goncharuk</name>
      <email>agoncharuk at apache dot org</email>
    </developer>
    <developer>
      <id>vkulichenko</id>
      <name>Valentin Kulichenko</name>
      <email>vkulichenko at apache dot org</email>
    </developer>
    <developer>
      <id>svladykin</id>
      <name>Sergi Vladykin</name>
      <email>sergi dot vladykin at gmail dot com</email>
    </developer>
    <developer>
      <id>yzhdanov</id>
      <name>Yakov Zhdanov</name>
      <email>yzhdanov at apache dot org</email>
    </developer>
    <developer>
      <id>sboikov</id>
      <name>Semyon Boikov</name>
      <email>sboikov at gridgain dot com</email>
    </developer>
    <developer>
      <id>vozerov</id>
      <name>Vladimir Ozerov</name>
      <email>vozerov at gridgain dot com</email>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>Ignite Dev List</name>
      <subscribe>dev-subscribe@ignite.apache.org</subscribe>
      <unsubscribe>dev-unsubscribe@ignite.apache.org</unsubscribe>
      <post>dev@ignite.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ignite-dev</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-16/ignite-parent/ignite-parent-internal/ignite-web</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-16/ignite-parent/ignite-parent-internal/ignite-web</developerConnection>
    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-16/ignite-parent/ignite-parent-internal/ignite-web</url>
  </scm>
  <issueManagement>
    <system>jira</system>
    <url>http://issues.apache.org/jira/browse/IGNITE</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>apache.releases.https</id>
      <name>Apache Release Distribution Repository</name>
      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
    </repository>
    <snapshotRepository>
      <id>apache.snapshots.https</id>
      <name>Apache Development Snapshot Repository</name>
      <url>https://repository.apache.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.gridgain</groupId>
      <artifactId>ignite-core</artifactId>
      <version>8.9.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-servlet-api</artifactId>
      <version>9.0.62</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>GridGain External Repository</id>
      <url>https://www.gridgainsystems.com/nexus/content/repositories/external</url>
    </repository>
    <repository>
      <id>JacobORG Legacy Repository</id>
      <url>https://nexus.gridgain.com/repository/ow2-legacy/</url>
    </repository>
    <repository>
      <id>apache.snapshots</id>
      <url>https://nexus.gridgain.com/repository/apache-snapshots/</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>3.5.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
