<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.1c-syntax</groupId>
  <artifactId>bsl-common-library</artifactId>
  <version>0.6.0</version>
  <description>Common library for 1c-syntax projects</description>
  <url>https://github.com/1c-syntax/bsl-common-library</url>
  <licenses>
    <license>
      <name>GNU LGPL 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>otymko</id>
      <name>Oleg Tymko</name>
      <email>olegtymko@yandex.ru</email>
      <url>https://github.com/otymko</url>
      <organization>1c-syntax</organization>
      <organizationUrl>https://github.com/1c-syntax</organizationUrl>
    </developer>
    <developer>
      <id>theshadowco</id>
      <name>Valery Maximov</name>
      <email>maximovvalery@gmail.com</email>
      <url>https://github.com/theshadowco</url>
      <organization>1c-syntax</organization>
      <organizationUrl>https://github.com/1c-syntax</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/1c-syntax/bsl-common-library.git</connection>
    <developerConnection>scm:git:git@github.com:1c-syntax/bsl-common-library.git</developerConnection>
    <url>https://github.com/1c-syntax/bsl-common-library</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-collections4</artifactId>
      <version>4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.1c-syntax</groupId>
      <artifactId>utils</artifactId>
      <version>0.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.11</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>bsl-common-library</name>
</project>
