<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2021 Johan Haleby
  ~
  ~ 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.occurrent</groupId>
  <artifactId>subscription-mongodb-spring-blocking</artifactId>
  <version>0.20.2</version>
  <name>Occurrent</name>
  <description>Event Sourcing Utilities for the JVM based on the CloudEvents specification</description>
  <url>https://occurrent.org/subscription/subscription-mongodb/subscription-mongodb-spring/subscription-mongodb-spring-blocking</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>johan.haleby</id>
      <name>Johan Haleby</name>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/johanhaleby/occurrent.git/subscription/subscription-mongodb/subscription-mongodb-spring/subscription-mongodb-spring-blocking</connection>
    <developerConnection>scm:git:ssh://git@github.com/johanhaleby/occurrent.git/subscription/subscription-mongodb/subscription-mongodb-spring/subscription-mongodb-spring-blocking</developerConnection>
    <url>https://github.com/johanhaleby/occurrent.git/subscription/subscription-mongodb/subscription-mongodb-spring/subscription-mongodb-spring-blocking</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-mongodb</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-mongodb</artifactId>
      <version>5.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mongodb</groupId>
      <artifactId>mongodb-driver-sync</artifactId>
      <version>5.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.occurrent</groupId>
      <artifactId>subscription-mongodb-base</artifactId>
      <version>0.20.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.occurrent</groupId>
      <artifactId>subscription-mongodb-spring-common</artifactId>
      <version>0.20.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.occurrent</groupId>
      <artifactId>subscription-api-blocking</artifactId>
      <version>0.20.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.occurrent</groupId>
      <artifactId>retry</artifactId>
      <version>0.20.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
