<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ © OOO "SI IKS LAB", 2022-2023
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ 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.cxbox</groupId>
  <artifactId>cxbox-starter-workflow-model</artifactId>
  <version>3.0.5</version>
  <name>IO Cxbox - Workflow Model</name>
  <description>Java framework designed for creating Enterprise Rich Web Applications</description>
  <url>http://cxbox.org/cxbox-bom/cxbox-base/cxbox-starter-workflow-model</url>
  <inceptionYear>2022</inceptionYear>
  <organization>
    <name>OOO "SI IKS LAB"</name>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Cxbox team</name>
      <email>cxbox.mail@gmail.com</email>
      <organization>OOO "SI IKS LAB"</organization>
      <organizationUrl>http://cxbox.org</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:CX-Box/cxbox.git/cxbox-bom/cxbox-base/cxbox-starter-workflow-model</connection>
    <developerConnection>scm:git:git@github.com:CX-Box/cxbox.git/cxbox-bom/cxbox-base/cxbox-starter-workflow-model</developerConnection>
    <tag>cxbox-3.0.5</tag>
    <url>https://github.com/CX-Box/cxbox/cxbox-bom/cxbox-base/cxbox-starter-workflow-model</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.cxbox</groupId>
      <artifactId>cxbox-model-core</artifactId>
      <version>3.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.cxbox</groupId>
      <artifactId>cxbox-model-ui</artifactId>
      <version>3.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.20</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
